[oe-commits] Tanu Kaskinen : pulseaudio: remove obsolete resampler patching

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 23:56:24 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: d3a656dd2a276a743925f55935789357c4cb4d97
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d3a656dd2a276a743925f55935789357c4cb4d97

Author: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Date:   Thu Mar 19 10:17:33 2015 +0200

pulseaudio: remove obsolete resampler patching

This sed script hasn't worked since PulseAudio 0.9.8 (released in
2007), because the match condition refers to "sinc-fastest", while the
default resampler is nowadays speex-float-1.

The idea behind the sed script might be good, but it seems obvious
that nobody is actually depending on the script, so let's just delete
it.

Signed-off-by: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index c307c27..d6ddc3b 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -59,10 +59,6 @@ OE_LT_RPATH_ALLOW[export]="1"
 do_install_append() {
 	install -d ${D}${sysconfdir}/default/volatiles
 	install -m 0644 ${WORKDIR}/volatiles.04_pulse  ${D}${sysconfdir}/default/volatiles/volatiles.04_pulse
-	
-	if [ "x${TARGET_PFPU}" = "xsoft" ] ; then 
-	     sed -i -e s:\;\ resample-method\ =\ sinc-fastest:resample-method\ =\ trivial: ${D}${sysconfdir}/pulse/daemon.conf
-	fi
 }
 
 USERADD_PACKAGES = "pulseaudio-server"



More information about the Openembedded-commits mailing list