X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMlt.h;h=7abb1dc408f65dfd2b78287c1bbeb8c0284d04e6;hb=47fb1506a99bae1c9cb90f313176f9dab58d5854;hp=17621c8839ba48c86ef7601a677f99d1cf598306;hpb=bad3af93817e3f922c832f9ff1e2cecf4e8aa9d4;p=melted diff --git a/mlt++/src/Mlt.h b/mlt++/src/Mlt.h index 17621c8..7abb1dc 100644 --- a/mlt++/src/Mlt.h +++ b/mlt++/src/Mlt.h @@ -30,14 +30,18 @@ #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"