[SCM] mplayer/master: Use oss as fallback to alsa in x32.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Mon Jul 27 16:41:37 UTC 2015


The following commit has been merged in the master branch:
commit c975b51658ed8d8525cda5c2ff2e91d0cdb41518
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Mon Jul 27 12:39:14 2015 -0400

    Use oss as fallback to alsa in x32.

diff --git a/debian/rules b/debian/rules
index e981e71..eb1836b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,6 +59,13 @@ else
     sound_backend := oss
 endif
 
+# It seems x32 has some alsa issues. Add oss as fallback.
+# see http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2015-July/046049.html
+# The default for all could be "ao=pulse,alsa,oss,sdl:aalib" to avoid this.
+ifeq ($(DEB_HOST_ARCH),x32)
+    sound_backend := alsa,oss
+endif
+
 %:
 	dh $@ --parallel
 

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list