added setup screens
[vuplus_dvbapp] / lib / gdi / sdl.cpp
index 591487f..655fa93 100644 (file)
@@ -1,3 +1,5 @@
+#ifdef WITH_SDL
+#error
 #include <lib/gdi/sdl.h>
 
 #include <lib/base/init.h>
@@ -83,3 +85,5 @@ void gSDLDC::exec(gOpcode *o)
 }
 
 eAutoInitPtr<gSDLDC> init_gSDLDC(eAutoInitNumbers::graphic-1, "gSDLDC");
+
+#endif