gstreamer: mp3 was never needed for Openmoko it was only there accidently
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 25 Oct 2008 19:08:21 +0000 (21:08 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 25 Oct 2008 19:10:15 +0000 (21:10 +0200)
    ogg/vorbis is actually what we want!

packages/gstreamer/gst-meta-base_0.10.bb
packages/gstreamer/gst-plugins-ugly_0.10.7.bb
packages/gstreamer/gst-plugins.inc

index 0fa5794..06a4fba 100644 (file)
@@ -38,6 +38,13 @@ RDEPENDS_gst-meta-audio = "\
     gst-plugin-id3demux \
     gst-plugin-wavparse"
 
+RDEPENDS_gst-meta-audio_openmoko = "\
+    gst-meta-base \
+    gst-plugin-ivorbis \
+    gst-plugin-ogg \
+    gst-plugin-id3demux \
+    gst-plugin-wavparse"
+
 RDEPENDS_gst-meta-debug = "\
     gst-meta-base \
     gst-plugin-debug \
index fd008b0..d7ff21d 100644 (file)
@@ -1,6 +1,8 @@
 require gst-plugins.inc
 PR = "r0"
 
+EXTRA_OECONF_append_openmoko = "--disable-mad"
+
 DEPENDS += "gst-plugins-base mpeg2dec libsidplay"
 
 SRC_URI += "\
index 1775853..2964b7d 100644 (file)
@@ -1,6 +1,7 @@
 require gst-common.inc
 DESCRIPTION = "Plugins for GStreamer"
 DEPENDS = "gstreamer libmikmod libmad liboil libogg tremor libvorbis libid3tag"
+DEPENDS_openmoko = "gstreamer libmikmod liboil libogg tremor libvorbis libid3tag"
 
 PACKAGES_DYNAMIC = "gst-plugin-*"