X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMlt.h;h=7abb1dc408f65dfd2b78287c1bbeb8c0284d04e6;hb=47fb1506a99bae1c9cb90f313176f9dab58d5854;hp=0b76913ac01ca43dcf273a10473edcd20d51e4da;hpb=d3216170f2de525034bb0a45deb3f136195155a6;p=melted diff --git a/mlt++/src/Mlt.h b/mlt++/src/Mlt.h index 0b76913..7abb1dc 100644 --- a/mlt++/src/Mlt.h +++ b/mlt++/src/Mlt.h @@ -22,19 +22,26 @@ #define _MLTPP_H_ #include "MltConsumer.h" +#include "MltDeque.h" #include "MltEvent.h" #include "MltFactory.h" #include "MltField.h" #include "MltFilter.h" #include "MltFilteredConsumer.h" #include "MltFrame.h" +#include "MltGeometry.h" +#ifndef WIN32 #include "MltMiracle.h" +#endif #include "MltMultitrack.h" #include "MltParser.h" #include "MltPlaylist.h" #include "MltProducer.h" #include "MltProperties.h" +#include "MltPushConsumer.h" +#ifndef WIN32 #include "MltResponse.h" +#endif #include "MltService.h" #include "MltTokeniser.h" #include "MltTractor.h"