[SCM] mplayer/master: Only enable radio and radio-capture in Linux.
micove-guest at users.alioth.debian.org
micove-guest at users.alioth.debian.org
Fri Jul 24 21:49:26 UTC 2015
The following commit has been merged in the master branch:
commit 38f8fb782c8f519ab3cd79b4082c19588643f655
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date: Fri Jul 24 17:24:41 2015 -0400
Only enable radio and radio-capture in Linux.
Should fix FTBFS in !linux-any or at least the 1st failure.
diff --git a/debian/rules b/debian/rules
index 817656c..774f792 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,6 @@ CONFIGURE_FLAGS = \
--enable-debug \
--enable-xvmc \
--enable-menu \
- --enable-radio --enable-radio-capture \
--disable-arts \
--language=all \
--disable-libmpeg2-internal \
@@ -60,7 +59,7 @@ ifeq ($(DEB_HOST_ARCH),alpha)
endif
ifeq (linux,$(DEB_HOST_ARCH_OS))
- CONFIGURE_FLAGS += --enable-joystick
+ CONFIGURE_FLAGS += --enable-joystick --enable-radio --enable-radio-capture
sound_backend := alsa
else
sound_backend := oss
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list