aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-10-16 22:24:42 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-10-16 22:24:42 +0200
commitb8a294c0739965ca794303b3742ea7dceb126894 (patch)
tree2bcbf206f302b3b14573629fce16e696d37da7d0
parent4c8b61858e069ce2629a80999ebbf0f41b5b4bf8 (diff)
downloadopenembedded-b8a294c0739965ca794303b3742ea7dceb126894.tar.gz
enigma2.bb: add gst-plugin-autodetect... its needed since gstreamer update to get the alsasink working again (i.e. for flac, ogg playback)
-rwxr-xr-xpackages/enigma2/enigma2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/enigma2/enigma2.bb b/packages/enigma2/enigma2.bb
index 958d86e1d9..41376385dc 100755
--- a/packages/enigma2/enigma2.bb
+++ b/packages/enigma2/enigma2.bb
@@ -12,7 +12,7 @@ RDEPENDS = "python-codecs python-core python-lang python-re python-threading \
gst-plugin-wavparse python-netclient gst-plugin-mpegstream gst-plugin-selector \
gst-plugin-flac gst-plugin-dvbmediasink gst-plugin-mpegdemux \
gst-plugin-neonhttpsrc gst-plugin-mpegaudioparse gst-plugin-subparse \
- gst-plugin-apetag gst-plugin-icydemux \
+ gst-plugin-apetag gst-plugin-icydemux gst-plugin-autodetect \
glibc-gconv-iso8859-15"
RDEPENDS_append_dm7020 = " gst-plugin-ossaudio"