diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-17 11:00:08 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-17 11:00:08 +0200 |
commit | df32848d8e59cfcda5b12d7949236384a74545db (patch) | |
tree | db6cef5521d57e3cafe070bf1723cbaa1545c421 /recipes/gstreamer/gst-plugins-bad_0.10.12.bb | |
parent | 88290161c02e7dc418f43202ccd92334a42e70e7 (diff) |
gstreamer: sync with TI arago overlay a bit
Diffstat (limited to 'recipes/gstreamer/gst-plugins-bad_0.10.12.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugins-bad_0.10.12.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.12.bb b/recipes/gstreamer/gst-plugins-bad_0.10.12.bb new file mode 100644 index 0000000000..c7aa008d61 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-bad_0.10.12.bb @@ -0,0 +1,11 @@ +require gst-plugins.inc + +SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ + file://ivorbis-thumb.patch;patch=1" + +DEPENDS += "gst-plugins-base openssl directfb" + +do_compile_prepend() { + # work around missing files in upstream tarball (upstream bug #454078) + install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/ +} |