From: lilo_booter Date: Mon, 3 Oct 2005 10:29:41 +0000 (+0000) Subject: + Whoops - removed dependency on sdl in the framework for darwin X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=682bf9045efabb2c752a5f7556901d720de9b9c6;p=melted + Whoops - removed dependency on sdl in the framework for darwin git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@842 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 73e7fc3..178d458 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -42,10 +42,6 @@ extern "C" #include "mlt_parser.h" #include "mlt_geometry.h" -#ifdef __DARWIN__ -#include -#endif - #ifdef __cplusplus } #endif diff --git a/src/inigo/inigo.c b/src/inigo/inigo.c index 807d7e1..291e1a4 100644 --- a/src/inigo/inigo.c +++ b/src/inigo/inigo.c @@ -5,6 +5,10 @@ #include +#ifdef __DARWIN__ +#include +#endif + #include "io.h" static void transport_action( mlt_producer producer, char *value )