pulseaudio: set remixing-use-all-sink-channels = no

This commit is contained in:
Lukas Rusak 2017-10-02 14:00:24 -07:00
parent 5d02e52fc5
commit c98f46f3e6
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -103,6 +103,12 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
--with-soxr \
--with-module-dir=/usr/lib/pulse"
pre_configure_target()
{
sed -e 's|; remixing-use-all-sink-channels = yes|; remixing-use-all-sink-channels = no|' \
-i $PKG_BUILD/src/daemon/daemon.conf.in
}
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/esdcompat
rm -rf $INSTALL/usr/include