diff options
Diffstat (limited to 'packages/gstreamer')
-rw-r--r-- | packages/gstreamer/gst-plugins-good_0.10.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gstreamer/gst-plugins-good_0.10.7.bb b/packages/gstreamer/gst-plugins-good_0.10.7.bb index 06cec41456..983a123b63 100644 --- a/packages/gstreamer/gst-plugins-good_0.10.7.bb +++ b/packages/gstreamer/gst-plugins-good_0.10.7.bb @@ -1,9 +1,9 @@ require gst-plugins.inc -PR = "r3" +PR = "r4" inherit gconf -EXTRA_OECONF += "--with-check=no" +EXTRA_OECONF += " --enable-experimental --enable-gst_v4l2 --enable-gconftool --enable-external --with-check=no" DEPENDS += "gst-plugins-base esound" PACKAGES =+ "gst-plugin-gconfelements" |