enigma2: remove obsolete dm7025 mp3 patch
authorFraxinas <andreas.frisch@multimedia-labs.de>
Thu, 30 Apr 2009 19:57:52 +0000 (21:57 +0200)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Thu, 30 Apr 2009 19:57:52 +0000 (21:57 +0200)
packages/enigma2/enigma2.bb
packages/enigma2/enigma2/enigma2-disable-hardware-mp3-decode.patch [deleted file]

index e134ff9..f7944a7 100755 (executable)
@@ -61,8 +61,6 @@ PV = "${REL_MAJOR}.${REL_MINOR}git${SRCDATE}"
 SRC_URI = "svn://git.opendreambox.org/enigma2${SUBDIR};module=${MODULE};date=${SRCDATE} \
            file://enigma2.sh"
 
-SRC_URI_append_dm7025 = " file://enigma2-disable-hardware-mp3-decode.patch;patch=1;pnum=1"
-
 S = "${WORKDIR}/${MODULE}"
 
 FILES_${PN} += "${datadir}/fonts"
diff --git a/packages/enigma2/enigma2/enigma2-disable-hardware-mp3-decode.patch b/packages/enigma2/enigma2/enigma2-disable-hardware-mp3-decode.patch
deleted file mode 100644 (file)
index 00de30d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp
-index d395701..8b8ab31 100644
---- a/lib/service/servicemp3.cpp
-+++ b/lib/service/servicemp3.cpp
-@@ -372,6 +372,7 @@ eServiceMP3::eServiceMP3(const char *filename): m_filename(filename), m_pump(eAp
-               }
-               switch ( sourceinfo.audiotype )
-               {
-+#if 0
-                       case atMP3:
-                       {
-                               id3demux = gst_element_factory_make("id3demux", "id3demux");
-@@ -393,6 +394,7 @@ eServiceMP3::eServiceMP3(const char *filename): m_filename(filename), m_pump(eAp
-                                       all_ok = 1;
-                               break;
-                       }
-+#endif
-                       case atAAC:
-                       {
-                               if ( !audiodemux )