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-06-21 17:12:37 +08:00 committed by Xiang Xiao
parent 7dbb887f07
commit 6eb286ae01
2 changed files with 1 additions and 1 deletions

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

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