summaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-11 15:55:35 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-11 15:55:35 +0200
commit94a90e965881017ffb4aa46c71c28f07df004bd1 (patch)
tree7d96bda7674653171bfc26b217d34187ff2410f8 /recipes/gstreamer
parent3c732c38d8edfc888faf83165b53470da5e96d5d (diff)
downloadopenembedded-94a90e965881017ffb4aa46c71c28f07df004bd1.tar.gz
gst-plugins-base: depend on libtheora so gst-plugin theora gets built
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r--recipes/gstreamer/gst-plugins-base_0.10.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.22.bb b/recipes/gstreamer/gst-plugins-base_0.10.22.bb
index 92f2f56fa3..3086d93ffd 100644
--- a/recipes/gstreamer/gst-plugins-base_0.10.22.bb
+++ b/recipes/gstreamer/gst-plugins-base_0.10.22.bb
@@ -2,11 +2,11 @@ require gst-plugins.inc
PROVIDES += "gst-plugins"
-PR = "r1"
+PR = "r2"
# gst-plugins-base only builds the alsa plugin
# if alsa has been built and is present. You will
# not get an error if this is not present, just
# a missing alsa plugin
-DEPENDS += "alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
+DEPENDS += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"