X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=178d45853917ebeee083b216f32fb5b2b6011ed3;hb=eabc3498604fc7983bbd805d40dad2e7df135f17;hp=3ad47a0ab6202c3c93dd87bd81efc5d1ee1e4eb8;hpb=fdff32bbd09ff13df3a3a12896690a4950b7d0d0;p=melted diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 3ad47a0..178d458 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -28,16 +28,19 @@ extern "C" #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 }