From 682bf9045efabb2c752a5f7556901d720de9b9c6 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Mon, 3 Oct 2005 10:29:41 +0000 Subject: [PATCH] + 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 --- src/framework/mlt.h | 4 ---- src/inigo/inigo.c | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) 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 ) -- 1.7.4.4