lib/base/eptrlist.h: fix tabs
[vuplus_dvbapp] / lib / gdi / sdl.cpp
index 591487f..6dbdb67 100644 (file)
@@ -1,3 +1,4 @@
+#ifdef WITH_SDL
 #include <lib/gdi/sdl.h>
 
 #include <lib/base/init.h>
@@ -83,3 +84,5 @@ void gSDLDC::exec(gOpcode *o)
 }
 
 eAutoInitPtr<gSDLDC> init_gSDLDC(eAutoInitNumbers::graphic-1, "gSDLDC");
+
+#endif