Skip to content

Commit

Permalink
src/audio/module_adapter/CMakeLists.txt: add MP3_ENC
Browse files Browse the repository at this point in the history
The CADENCE_CODEC_MP3_ENC option was present in Kconfig
but missing from CMakeLists.txt.

Signed-off-by: Anne Onciulescu <anne.onciulescu@gmail.com>
  • Loading branch information
AnneOnciulescu authored and dbaluta committed Aug 5, 2024
1 parent 6ca76d5 commit 4736816
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/audio/module_adapter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ if(NOT CONFIG_COMP_MODULE_SHARED_LIBRARY_BUILD)
sof_add_static_library(xa_mp3_dec ${CONFIG_CADENCE_CODEC_MP3_DEC_LIB})
endif()

if(CONFIG_CADENCE_CODEC_MP3_ENC)
sof_add_static_library(xa_mp3_enc ${CONFIG_CADENCE_CODEC_MP3_ENC_LIB})
endif()

if(CONFIG_CADENCE_CODEC_SBC_DEC)
sof_add_static_library(xa_sbc_dec ${CONFIG_CADENCE_CODEC_SBC_DEC_LIB})
endif()
Expand Down

0 comments on commit 4736816

Please sign in to comment.