mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
pulseaudio: set remixing-use-all-sink-channels = no
This commit is contained in:
parent
5d02e52fc5
commit
c98f46f3e6
@ -103,6 +103,12 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
|||||||
--with-soxr \
|
--with-soxr \
|
||||||
--with-module-dir=/usr/lib/pulse"
|
--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() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/bin/esdcompat
|
rm -rf $INSTALL/usr/bin/esdcompat
|
||||||
rm -rf $INSTALL/usr/include
|
rm -rf $INSTALL/usr/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user