summaryrefslogtreecommitdiff
path: root/packages/gstreamer
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-25 21:08:21 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-25 21:10:15 +0200
commitf4fcadb061442a394cbe50041eb6acd9d4125eba (patch)
tree05e146df49d9d0adc1289674a782664502793d1f /packages/gstreamer
parent1a0a603ec78ebd2ca1a7e0174c8ab13e937721cb (diff)
gstreamer: mp3 was never needed for Openmoko it was only there accidently
ogg/vorbis is actually what we want!
Diffstat (limited to 'packages/gstreamer')
-rw-r--r--packages/gstreamer/gst-meta-base_0.10.bb7
-rw-r--r--packages/gstreamer/gst-plugins-ugly_0.10.7.bb2
-rw-r--r--packages/gstreamer/gst-plugins.inc1
3 files changed, 10 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-meta-base_0.10.bb b/packages/gstreamer/gst-meta-base_0.10.bb
index 0fa5794d0a..06a4fba4cd 100644
--- a/packages/gstreamer/gst-meta-base_0.10.bb
+++ b/packages/gstreamer/gst-meta-base_0.10.bb
@@ -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 \
diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.7.bb b/packages/gstreamer/gst-plugins-ugly_0.10.7.bb
index fd008b065a..d7ff21d4e9 100644
--- a/packages/gstreamer/gst-plugins-ugly_0.10.7.bb
+++ b/packages/gstreamer/gst-plugins-ugly_0.10.7.bb
@@ -1,6 +1,8 @@
require gst-plugins.inc
PR = "r0"
+EXTRA_OECONF_append_openmoko = "--disable-mad"
+
DEPENDS += "gst-plugins-base mpeg2dec libsidplay"
SRC_URI += "\
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index 177585340d..2964b7db8f 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -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-*"