Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FIX: support compilation with libxml2 2.12.0 #963

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

mtasaka
Copy link
Contributor

@mtasaka mtasaka commented Nov 30, 2023

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 .

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 mltframework#962 .
@ddennedy ddennedy merged commit 7c4fd4f into mltframework:master Nov 30, 2023
6 checks passed
@ddennedy ddennedy added this to the v7.24.0 milestone Nov 30, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mlt 7.22.0 does not compile with libxml2 2.12.0
2 participants