[Buildroot] [git commit branch/next] mediastreamer: alsa support needs mixer + pcm

Peter Korsgaard jacmet at sunsite.dk
Thu Aug 2 19:52:55 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=1bc8d2a21ae99eb41e383f3bf3d8553813066093
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Fixes http://autobuild.buildroot.net/results/ec6e32eb44e39c1f622da39a8c5d80eb95433a54

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/mediastreamer/mediastreamer.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/mediastreamer/mediastreamer.mk b/package/mediastreamer/mediastreamer.mk
index 65e4ec7..be91c44 100644
--- a/package/mediastreamer/mediastreamer.mk
+++ b/package/mediastreamer/mediastreamer.mk
@@ -5,7 +5,7 @@ MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkg-config ortp
 # tests fail linking on some architectures, so disable them
 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_DEPENDENCIES += alsa-lib
 else


More information about the buildroot mailing list