aboutsummaryrefslogtreecommitdiffstats
path: root/packages/enigma2/enigma2/enigma2-disable-hardware-mp3-decode.patch
blob: 00de30d70f85b28b4c31cddbc26134937fd4ba0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 )