X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=f7f802e12d018cf2d70d302508937e33c046e58d;hb=2c0cf75e5da5906e48c5a6398bd48d04501283b9;hp=e38419ca3f54b244763e96f35167e59d062222a8;hpb=4ed2712bbdac2182c7c0d6477ac77c9f92aaf02a;p=melted diff --git a/src/framework/mlt.h b/src/framework/mlt.h index e38419c..f7f802e 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -21,8 +21,14 @@ #ifndef _MLT_H_ #define _MLT_H_ +#ifdef __cplusplus +extern "C" +{ +#endif + #include "mlt_factory.h" #include "mlt_frame.h" +#include "mlt_deque.h" #include "mlt_multitrack.h" #include "mlt_producer.h" #include "mlt_transition.h" @@ -31,7 +37,12 @@ #include "mlt_manager.h" #include "mlt_playlist.h" #include "mlt_properties.h" +#include "mlt_field.h" #include "mlt_tractor.h" +#ifdef __cplusplus +} +#endif + #endif