X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=73e7fc334ca422722f67575a301878fcff77bbda;hb=65e8ac86ee6e17a12892954ff4a8d46c4766fe0d;hp=f7f802e12d018cf2d70d302508937e33c046e58d;hpb=15a23435c82ba0435061a35611c6afbe24d09e32;p=melted diff --git a/src/framework/mlt.h b/src/framework/mlt.h index f7f802e..73e7fc3 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -34,11 +34,17 @@ extern "C" #include "mlt_transition.h" #include "mlt_consumer.h" #include "mlt_filter.h" -#include "mlt_manager.h" #include "mlt_playlist.h" #include "mlt_properties.h" #include "mlt_field.h" #include "mlt_tractor.h" +#include "mlt_tokeniser.h" +#include "mlt_parser.h" +#include "mlt_geometry.h" + +#ifdef __DARWIN__ +#include +#endif #ifdef __cplusplus }