X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMlt.h;h=4dab95a1a093f2b35ca0efa695e154e5c24a12c5;hb=3e54b5c2dc70cad4d4e039f9d20db6c2472f556d;hp=60998ca3f92800f042c1b2cc0e75f5ab371368af;hpb=1d262eab5f8850bf2603a405e09ad213341f4ab7;p=melted diff --git a/mlt++/src/Mlt.h b/mlt++/src/Mlt.h index 60998ca..4dab95a 100644 --- a/mlt++/src/Mlt.h +++ b/mlt++/src/Mlt.h @@ -22,15 +22,31 @@ #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 "MltFilteredProducer.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 "MltProfile.h" #include "MltProperties.h" +#include "MltPushConsumer.h" +#include "MltRepository.h" +#ifndef WIN32 +#include "MltResponse.h" +#endif #include "MltService.h" +#include "MltTokeniser.h" +#include "MltTractor.h" #include "MltTransition.h" #endif