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