-
Notifications
You must be signed in to change notification settings - Fork 360
mlt 7.22.0 does not compile with libxml2 2.12.0 #962
Copy link
Copy link
Closed
Description
mlt 7.22.0 tarball does not compile with libxml2 2.12.0 as:
/builddir/build/BUILD/mlt-7.22.0/src/modules/jackrack/jack_rack.c: In function ‘jack_rack_open_file’:
/builddir/build/BUILD/mlt-7.22.0/src/modules/jackrack/jack_rack.c:343:9: error: implicit declaration of function ‘xmlParseFile’; did you mean ‘xmlSaveFile’? [-Werror=implicit-function-declaration]
libxml2 2.12.0 does some refactoring wrt function prototypes places, and this error is probably due to:
https://gitlab.gnome.org/GNOME/libxml2/-/commit/d1336fd39319b20c56e4dc5e7d5b1098a88eaff3
Reactions are currently unavailable