X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=178d45853917ebeee083b216f32fb5b2b6011ed3;hb=77a0ee9bfb58af4e52cde4bc648e81be1b48c2d4;hp=e38419ca3f54b244763e96f35167e59d062222a8;hpb=4ed2712bbdac2182c7c0d6477ac77c9f92aaf02a;p=melted diff --git a/src/framework/mlt.h b/src/framework/mlt.h index e38419c..178d458 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -21,17 +21,30 @@ #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" #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 __cplusplus +} +#endif #endif