You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 about functions prototypes places.
`xmlParseFile` definition is in `libxml/parser.h` anyway so include
this header file.
Closesmltframework#962 .
libxml2 2.12.0 does some refactoring about functions prototypes places.
`xmlParseFile` definition is in `libxml/parser.h` anyway so include
this header file.
Closes#962 .
mlt 7.22.0 tarball does not compile with libxml2 2.12.0 as:
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
The text was updated successfully, but these errors were encountered: