]> git.sesse.net Git - mlt/commitdiff
+ Whoops - removed dependency on sdl in the framework for darwin
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 3 Oct 2005 10:29:41 +0000 (10:29 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 3 Oct 2005 10:29:41 +0000 (10:29 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@842 d19143bc-622f-0410-bfdd-b5b2a6649095

src/framework/mlt.h
src/inigo/inigo.c

index 73e7fc334ca422722f67575a301878fcff77bbda..178d45853917ebeee083b216f32fb5b2b6011ed3 100644 (file)
@@ -42,10 +42,6 @@ extern "C"
 #include "mlt_parser.h"
 #include "mlt_geometry.h"
 
-#ifdef __DARWIN__
-#include <SDL.h>
-#endif
-
 #ifdef __cplusplus
 }
 #endif
index 807d7e108785a6ce78aa0511d1043f2a853aa669..291e1a4c9917c5ba860c0189122a8d6d503d1fbf 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 )