* The with-plugins option restricts gst-plugins-bad from building any plugin beyond those specified. * Remove this option to allow as many plugins as possible to be built.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../gstreamer/gst-plugins-bad_0.10.23.bbappend | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend index 8ae8050..a13dd54 100644 --- a/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend +++ b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend @@ -1,4 +1,4 @@ -PR_append = "-arago3" +PR_append = "-arago4" # look for files in this layer first FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" @@ -9,7 +9,7 @@ EXTRA_OECONF += "--disable-rsvg" # Remove the restriction of which plugins are built. Previously fbdevsink # was not built which is needed by the gstreamer demos included in the SDK. -EXTRA_OECONF := "${@oe_filter_out('--with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse','${EXTRA_OECONF}', d)}" +EXTRA_OECONF := "${@oe_filter_out('--with-plugins=wavpack,mpegvideoparse','${EXTRA_OECONF}', d)}" SRC_URI += "file://0001-gstfbdevsink-Fix-depth-value-for-GST_VIDEO_CAPS_RGB_.patch" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
