mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08: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:
@@ -314,6 +314,7 @@ choice
|
|||||||
config SIM_SOUND_ALSA
|
config SIM_SOUND_ALSA
|
||||||
bool "alsa support on sim"
|
bool "alsa support on sim"
|
||||||
depends on HOST_LINUX
|
depends on HOST_LINUX
|
||||||
|
depends on AUDIOUTILS_LIBMAD
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|||||||
@@ -249,7 +249,6 @@ ifeq ($(CONFIG_SIM_SOUND_ALSA),y)
|
|||||||
CSRCS += sim_alsa.c
|
CSRCS += sim_alsa.c
|
||||||
CSRCS += sim_offload.c
|
CSRCS += sim_offload.c
|
||||||
STDLIBS += -lasound
|
STDLIBS += -lasound
|
||||||
STDLIBS += -lmad
|
|
||||||
STDLIBS += -lmp3lame
|
STDLIBS += -lmp3lame
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user