sim:Remove -lmad cause it has been ported to the apps/audioutils directory.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
cuiziwei
2024-09-10 20:25:48 +08:00
committed by Xiang Xiao
parent 7dbb887f07
commit 6eb286ae01
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -314,6 +314,7 @@ choice
config SIM_SOUND_ALSA
bool "alsa support on sim"
depends on HOST_LINUX
depends on AUDIOUTILS_LIBMAD
endchoice
-1
View File
@@ -249,7 +249,6 @@ ifeq ($(CONFIG_SIM_SOUND_ALSA),y)
CSRCS += sim_alsa.c
CSRCS += sim_offload.c
STDLIBS += -lasound
STDLIBS += -lmad
STDLIBS += -lmp3lame
endif