summaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-20 17:14:57 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-20 17:14:57 +0200
commit94a24531eab8c4e46dc9554baf8338fff74a3f93 (patch)
tree4361ca984893bad82972fe161a54921aab68f60e /recipes/gstreamer
parenta7382772788db4c3ee4e3c764c50f38319f09e4e (diff)
downloadopenembedded-94a24531eab8c4e46dc9554baf8338fff74a3f93.tar.gz
gst-plugins-bad: update to 0.10.11
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r--recipes/gstreamer/gst-plugins-bad_0.10.11.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.11.bb b/recipes/gstreamer/gst-plugins-bad_0.10.11.bb
new file mode 100644
index 0000000000..dbfe6a978d
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-bad_0.10.11.bb
@@ -0,0 +1,10 @@
+require gst-plugins.inc
+
+SRC_URI += "file://vorbisenc.h file://vorbisdec.h \
+ file://ivorbis-thumb.patch;patch=1"
+DEPENDS += "gst-plugins-base directfb"
+
+do_compile_prepend() {
+ # work around missing files in upstream tarball (upstream bug #454078)
+ install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/
+}