diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-06 15:42:37 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-06 15:42:37 +0100 |
commit | e8e9c9c96e8ba92a45f2711be5232721b7445265 (patch) | |
tree | 42a66231028664d62a5fdbc2271a2ed69dad14c6 /recipes/gstreamer/gst-plugins.inc | |
parent | 57b52a7a2a0a19a1fa5964eeff853af6fbaef935 (diff) | |
parent | 4a9f8f240fc9fb16efb9a504d170c9997fefb46a (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gstreamer/gst-plugins.inc')
-rw-r--r-- | recipes/gstreamer/gst-plugins.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins.inc b/recipes/gstreamer/gst-plugins.inc index 9b69f3a609..a12c4ed5e1 100644 --- a/recipes/gstreamer/gst-plugins.inc +++ b/recipes/gstreamer/gst-plugins.inc @@ -10,6 +10,7 @@ PACKAGES_DYNAMIC = "gst-plugin-*" SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl --disable-cdaudio --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} " +EXTRA_OECONF_append_shr = " --disable-dvdnav " acpaths = "-I ${S}/common/m4 -I ${S}/m4" |