aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugins-bad_0.10.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer/gst-plugins-bad_0.10.6.bb')
-rw-r--r--recipes/gstreamer/gst-plugins-bad_0.10.6.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.6.bb b/recipes/gstreamer/gst-plugins-bad_0.10.6.bb
new file mode 100644
index 0000000000..df7bf75852
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-bad_0.10.6.bb
@@ -0,0 +1,12 @@
+require gst-plugins.inc
+PR = "r2"
+
+SRC_URI += "file://vorbisenc.h file://vorbisdec.h \
+ file://gst-plugins-directfb-fix.patch;patch=1;pnum=2 \
+ 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/
+}