mediastreamer: alsa support needs mixer + pcm
Fixes http://autobuild.buildroot.net/results/ec6e32eb44e39c1f622da39a8c5d80eb95433a54 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
86f649a00e
commit
1bc8d2a21a
@ -5,7 +5,7 @@ MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkg-config ortp
|
|||||||
# tests fail linking on some architectures, so disable them
|
# tests fail linking on some architectures, so disable them
|
||||||
MEDIASTREAMER_CONF_OPT = --disable-tests
|
MEDIASTREAMER_CONF_OPT = --disable-tests
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
ifeq ($(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yy)
|
||||||
MEDIASTREAMER_CONF_OPT += --enable-alsa
|
MEDIASTREAMER_CONF_OPT += --enable-alsa
|
||||||
MEDIASTREAMER_DEPENDENCIES += alsa-lib
|
MEDIASTREAMER_DEPENDENCIES += alsa-lib
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user