X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMlt.h;h=7abb1dc408f65dfd2b78287c1bbeb8c0284d04e6;hb=47fb1506a99bae1c9cb90f313176f9dab58d5854;hp=aa34ca82faf091efd4090bbd7f90d48e888931bf;hpb=8433613ca206628beb6f5868d8eab73780fc1faa;p=melted diff --git a/mlt++/src/Mlt.h b/mlt++/src/Mlt.h index aa34ca8..7abb1dc 100644 --- a/mlt++/src/Mlt.h +++ b/mlt++/src/Mlt.h @@ -29,13 +29,19 @@ #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 "MltProperties.h" +#include "MltPushConsumer.h" +#ifndef WIN32 #include "MltResponse.h" +#endif #include "MltService.h" #include "MltTokeniser.h" #include "MltTractor.h"