File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 "MOD_VIDSTAB" : " OFF" ,
3737 "MOD_VORBIS" : " OFF" ,
3838 "MOD_XINE" : " OFF" ,
39- "MOD_XML" : " OFF "
39+ "MOD_XML" : " ON "
4040 }
4141 },
4242 {
Original file line number Diff line number Diff line change 2626#include <stdio.h>
2727#include <stdlib.h>
2828#include <string.h>
29+
30+ #ifndef _MSC_VER
2931#include <unistd.h>
32+ #endif
3033
3134#define ID_SIZE 128
3235#define TIME_PROPERTY "_consumer_xml"
Original file line number Diff line number Diff line change 2727#include <framework/mlt_log.h>
2828#include <stdlib.h>
2929#include <string.h>
30+
31+ #ifndef _MSC_VER
3032#include <unistd.h>
33+ #endif
3134
3235#include <libxml/parser.h>
3336#include <libxml/parserInternals.h> // for xmlCreateFileParserCtxt
Original file line number Diff line number Diff line change 1010 " sdl2" ,
1111 " ffmpeg" ,
1212 " qtbase" ,
13- " qtsvg"
13+ " qtsvg" ,
14+ " libxml2"
1415 ]
1516}
You can’t perform that action at this time.
0 commit comments