Skip to content

Commit 4736816

Browse files
AnneOnciulescudbaluta
authored andcommitted
src/audio/module_adapter/CMakeLists.txt: add MP3_ENC
The CADENCE_CODEC_MP3_ENC option was present in Kconfig but missing from CMakeLists.txt. Signed-off-by: Anne Onciulescu <anne.onciulescu@gmail.com>
1 parent 6ca76d5 commit 4736816

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/audio/module_adapter/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ if(NOT CONFIG_COMP_MODULE_SHARED_LIBRARY_BUILD)
3535
sof_add_static_library(xa_mp3_dec ${CONFIG_CADENCE_CODEC_MP3_DEC_LIB})
3636
endif()
3737

38+
if(CONFIG_CADENCE_CODEC_MP3_ENC)
39+
sof_add_static_library(xa_mp3_enc ${CONFIG_CADENCE_CODEC_MP3_ENC_LIB})
40+
endif()
41+
3842
if(CONFIG_CADENCE_CODEC_SBC_DEC)
3943
sof_add_static_library(xa_sbc_dec ${CONFIG_CADENCE_CODEC_SBC_DEC_LIB})
4044
endif()

0 commit comments

Comments
 (0)