summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gst-plugins-bad_0.10.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gstreamer/gst-plugins-bad_0.10.6.bb')
-rw-r--r--packages/gstreamer/gst-plugins-bad_0.10.6.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/gstreamer/gst-plugins-bad_0.10.6.bb b/packages/gstreamer/gst-plugins-bad_0.10.6.bb
deleted file mode 100644
index df7bf75852..0000000000
--- a/packages/gstreamer/gst-plugins-bad_0.10.6.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-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/
-}