+ Whoops - removed dependency on sdl in the framework for darwin
[melted] / src / inigo / inigo.c
index 807d7e1..291e1a4 100644 (file)
@@ -5,6 +5,10 @@
 
 #include <framework/mlt.h>
 
+#ifdef __DARWIN__
+#include <SDL.h>
+#endif
+
 #include "io.h"
 
 static void transport_action( mlt_producer producer, char *value )