X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMlt.h;h=4dab95a1a093f2b35ca0efa695e154e5c24a12c5;hb=80fec40c4f046be50645a0dfbf05a92520b50e7c;hp=22aaf73870e00e98a90e389197f17f3ef352ac85;hpb=4bf33d8de1c1887c6386f8d151c479ae0631a9aa;p=melted diff --git a/mlt++/src/Mlt.h b/mlt++/src/Mlt.h index 22aaf73..4dab95a 100644 --- a/mlt++/src/Mlt.h +++ b/mlt++/src/Mlt.h @@ -22,13 +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 "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