X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fservicemp3.cpp;h=fafbb3a6b273da81f47d489fb41bfcd70b19a4c6;hp=42f842060a8791a2091e7608d601bff406e6bf17;hb=30da484f79db1d8210a3dcb31b359484873dc240;hpb=b9c0b3c8ec8c7979848126d9c88764043d685d26 diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 42f8420..fafbb3a 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 @@ -52,7 +50,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); } @@ -2266,6 +2263,3 @@ void eServiceMP3::setPCMDelay(int delay) } } -#else -#warning gstreamer not available, not building media player -#endif