mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 05:57:16 +00:00
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
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue