summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-06-24 11:26:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-09 10:53:55 +0100
commit7d7ed2e2b64353539ce447cd5ecd26e7c6c29e32 (patch)
tree4ed74d97f4dc34caaa6133c94aff960f2c576f1a /meta/recipes-multimedia
parent4c6f8db5ab078201aa18e51bb2f6d8d322657340 (diff)
downloadpoky-7d7ed2e2b64353539ce447cd5ecd26e7c6c29e32.tar.gz
gst-plugins-bad: tremor was moved from here to -base
(From OE-Core master rev: 6e149551a36825ac5e25b14dbaa62b794154c11d) (From OE-Core rev: 837078125286eb15965a2407e9633e4f4f67868d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
index 3d86f00466..87f338ffbc 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
@@ -6,14 +6,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
6 file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ 6 file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
7 file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" 7 file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c"
8 8
9DEPENDS += "gst-plugins-base tremor curl" 9DEPENDS += "gst-plugins-base curl"
10 10
11PR = "r4" 11PR = "r4"
12 12
13inherit gettext 13inherit gettext
14 14
15EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ 15EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \
16 --with-plugins=wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink \ 16 --with-plugins=wavpack,mpegvideoparse --disable-vdpau --disable-apexsink \
17 --disable-orc --disable-neon" 17 --disable-orc --disable-neon"
18 18
19PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'librsvg', '', d)}" 19PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'librsvg', '', d)}"