diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-01 10:47:11 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-01 12:09:06 +0200 |
commit | c0a1ed9f348a7cfc0b5dd1f04798287ee0ff6994 (patch) | |
tree | dadca642b335a9f11b0470c53be12f524f7d8386 /recipes/gstreamer | |
parent | f6c193d1c931fb0908da6abacd506c9d51a8f82d (diff) |
gst-plugins: dependency tweaks, enable more plugins
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r-- | recipes/gstreamer/gst-plugins.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugins.inc b/recipes/gstreamer/gst-plugins.inc index 9cf7de8dc5..62fbd40398 100644 --- a/recipes/gstreamer/gst-plugins.inc +++ b/recipes/gstreamer/gst-plugins.inc @@ -2,7 +2,7 @@ require gst-common.inc require gst-plugins-package.inc DESCRIPTION = "Plugins for GStreamer" -DEPENDS = "gstreamer x264 libmms libmusicbrainz schroedinger faac faad2 libmikmod liboil libogg tremor libvorbis" +DEPENDS = "gstreamer jack virtual/libsdl libvpx x264 libmms libmusicbrainz schroedinger faac faad2 libmikmod liboil libogg tremor libvorbis" DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag', d)}" INC_PR = "r9" @@ -11,7 +11,7 @@ PACKAGES_DYNAMIC = "gst-plugin-*" SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2;name=archive" -EXTRA_OECONF = "--enable-introspection=no --disable-aalib --disable-shout2 --disable-sdl --disable-cdaudio --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} " +EXTRA_OECONF = "--enable-introspection=no --disable-aalib --disable-shout2 --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} " EXTRA_OECONF_append_shr = " --disable-dvdnav " acpaths = "-I ${S}/common/m4 -I ${S}/m4" |