summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2014-07-30 10:57:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-02 09:26:15 +0100
commit4832b9438bde6c9c9787c5e61b3451932092a7d7 (patch)
treeaf717ae858043eb6a7be668b899be6d37919b32f /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
parent23808f9d1c6d86852a71776726de84df2a1087b4 (diff)
downloadpoky-4832b9438bde6c9c9787c5e61b3451932092a7d7.tar.gz
gstreamer1.0-plugins-good: upgrade to 1.4.0
* xvideo options removed, since the V4L2 XV support never became upstream and is pretty much dead now (From OE-Core rev: 2ac6e260f94c7ecfc5ed00798e8431632ae6245c) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 4e76a33655..223e790a8c 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -15,8 +15,8 @@ PACKAGECONFIG ??= " \
15 " 15 "
16 16
17X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" 17X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"
18X11ENABLEOPTS = "--enable-x --enable-xvideo --enable-xshm" 18X11ENABLEOPTS = "--enable-x --enable-xshm"
19X11DISABLEOPTS = "--disable-x --disable-xvideo --disable-xshm" 19X11DISABLEOPTS = "--disable-x --disable-xshm"
20PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" 20PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}"
21PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" 21PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
22PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" 22PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"