]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: remove obsolete resampler patching
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Thu, 19 Mar 2015 08:17:33 +0000 (10:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 23:51:26 +0000 (23:51 +0000)
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@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc

index c307c275f8745c49c50c7722939ffb6cb06bbac9..d6ddc3b6097ce6c0c65c5e0a4b535b280ab5bf63 100644 (file)
@@ -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"