diff options
author | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2015-03-19 10:17:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 23:56:04 +0000 |
commit | 76930a5ed83aaa204b8e3003cac4ca1bdec618dc (patch) | |
tree | 53cfe2f0624c457abad430aaa85de7258769b7d8 /meta | |
parent | d342810cd545accffe26c218e4fa80431802185f (diff) | |
download | poky-76930a5ed83aaa204b8e3003cac4ca1bdec618dc.tar.gz |
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.
(From OE-Core rev: d3a656dd2a276a743925f55935789357c4cb4d97)
Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index c307c275f8..d6ddc3b609 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" | |||
59 | do_install_append() { | 59 | do_install_append() { |
60 | install -d ${D}${sysconfdir}/default/volatiles | 60 | install -d ${D}${sysconfdir}/default/volatiles |
61 | install -m 0644 ${WORKDIR}/volatiles.04_pulse ${D}${sysconfdir}/default/volatiles/volatiles.04_pulse | 61 | install -m 0644 ${WORKDIR}/volatiles.04_pulse ${D}${sysconfdir}/default/volatiles/volatiles.04_pulse |
62 | |||
63 | if [ "x${TARGET_PFPU}" = "xsoft" ] ; then | ||
64 | sed -i -e s:\;\ resample-method\ =\ sinc-fastest:resample-method\ =\ trivial: ${D}${sysconfdir}/pulse/daemon.conf | ||
65 | fi | ||
66 | } | 62 | } |
67 | 63 | ||
68 | USERADD_PACKAGES = "pulseaudio-server" | 64 | USERADD_PACKAGES = "pulseaudio-server" |