X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMlt.h;h=4dab95a1a093f2b35ca0efa695e154e5c24a12c5;hb=55757b000043f6e370b9e963ce2e3542962c03c0;hp=17621c8839ba48c86ef7601a677f99d1cf598306;hpb=061d4b3c81f6311ec0483dbbfd50a4c5eddf479f;p=melted diff --git a/mlt++/src/Mlt.h b/mlt++/src/Mlt.h index 17621c8..4dab95a 100644 --- a/mlt++/src/Mlt.h +++ b/mlt++/src/Mlt.h @@ -30,14 +30,20 @@ #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"