picexif: fix buffer overflow
[enigma2.git] / lib / service / servicemp3.cpp
index 1fb1e443ac45f3083082ee70b3a75c7bb4721d1a..e453a2b3c896a6cef1be80a9236d7d08386de658 100644 (file)
@@ -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 <lib/base/ebase.h>
@@ -1791,6 +1789,3 @@ void eServiceMP3::setPCMDelay(int delay)
        }
 }
 
-#else
-#warning gstreamer not available, not building media player
-#endif