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:
parent
7dbb887f07
commit
6eb286ae01
@ -314,6 +314,7 @@ choice
|
||||
config SIM_SOUND_ALSA
|
||||
bool "alsa support on sim"
|
||||
depends on HOST_LINUX
|
||||
depends on AUDIOUTILS_LIBMAD
|
||||
|
||||
endchoice
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user