[oe-commits] ghost : enigma2.bb: disable hardware mp3 decode for 7025

GIT User account git at amethyst.openembedded.net
Mon Dec 22 14:52:06 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 27a5dbbcca150ffb8fac289809c007ca7c1c8d4c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=27a5dbbcca150ffb8fac289809c007ca7c1c8d4c

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Mon Dec 22 14:22:28 2008 +0100

enigma2.bb: disable hardware mp3 decode for 7025

---

 packages/enigma2/enigma2.bb                        |    3 ++-
 .../enigma2-disable-hardware-mp3-decode.patch      |   20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/packages/enigma2/enigma2.bb b/packages/enigma2/enigma2.bb
index 6a5b9b6..3a00002 100644
--- a/packages/enigma2/enigma2.bb
+++ b/packages/enigma2/enigma2.bb
@@ -58,7 +58,8 @@ 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-iframesearch.patch;patch=1;pnum=1"
+SRC_URI_append_dm7025 = " file://enigma2-disable-iframesearch.patch;patch=1;pnum=1 \
+           file://disable-hardware-mp3-decode.patch;patch=1;pnum=1"
 
 S = "${WORKDIR}/${MODULE}"
 
diff --git a/packages/enigma2/enigma2/enigma2-disable-hardware-mp3-decode.patch b/packages/enigma2/enigma2/enigma2-disable-hardware-mp3-decode.patch
new file mode 100644
index 0000000..00de30d
--- /dev/null
+++ b/packages/enigma2/enigma2/enigma2-disable-hardware-mp3-decode.patch
@@ -0,0 +1,20 @@
+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 )





More information about the Openembedded-commits mailing list