diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-08-25 17:00:30 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-08-25 17:00:30 +0000 |
commit | 3cdc3b52b167778be7f2c45b1a885f0af7864f97 (patch) | |
tree | b0e6176e9c836a3cae4f1f835e51156e9e114184 /packages/gstreamer/gst-plugins-bad_0.10.5.bb | |
parent | afba23ee6fd6c6c0262b0b46cace12a9087f3670 (diff) | |
parent | 3ea8eeaef5fced41a090c1230642d51db358a544 (diff) |
merge of '7222928a192dd87d681067dcc74025c3a2ecf986'
and 'c9235531d0eda1ab2165b6651685887b61d57ba1'
Diffstat (limited to 'packages/gstreamer/gst-plugins-bad_0.10.5.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins-bad_0.10.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gstreamer/gst-plugins-bad_0.10.5.bb b/packages/gstreamer/gst-plugins-bad_0.10.5.bb index 9c7d94117c..ce61d10010 100644 --- a/packages/gstreamer/gst-plugins-bad_0.10.5.bb +++ b/packages/gstreamer/gst-plugins-bad_0.10.5.bb @@ -1,8 +1,8 @@ require gst-plugins.inc -SRC_URI += "file://vorbisenc.h file://vorbisdec.h" -DEPENDS += "gst-plugins-base" -EXTRA_OECONF += " --disable-directfb " +SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ + file://gst-plugins-directfb-fix.patch;patch=1;pnum=2" +DEPENDS += "gst-plugins-base directfb" do_compile_prepend() { # work around missing files in upstream tarball (upstream bug #454078) |