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

Commits on Nov 30, 2023

  1. FIX: support compilation with libxml2 2.12.0

    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 .
    mtasaka committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9979f4e View commit details
    Browse the repository at this point in the history