X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fservicemp3.cpp;h=b05b1030bec8bf1cad8afd07ac82232ac02d67c6;hp=dc84b4289ac48a08378dd55cdcbbc219a5f372b6;hb=8e3b33ff38bd7c006351b1921ac8f3d1606de39f;hpb=f2381d07785eb22548298f3b3b268c986ab1c882 diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index dc84b42..b05b103 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -1,5 +1,3 @@ -#ifdef HAVE_GSTREAMER - /* note: this requires gstreamer 0.10.x and a big list of plugins. */ /* it's currently hardcoded to use a big-endian alsasink as sink. */ #include @@ -49,7 +47,6 @@ eServiceFactoryMP3::eServiceFactoryMP3() extensions.push_back("mp4"); extensions.push_back("mov"); extensions.push_back("m4a"); - extensions.push_back("m2ts"); sc->addServiceFactory(eServiceFactoryMP3::id, this, extensions); } @@ -1946,6 +1943,3 @@ void eServiceMP3::setPCMDelay(int delay) } } -#else -#warning gstreamer not available, not building media player -#endif