mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
598fe5e69e
The internal libEBML was updated to v1.3.9. That version contains changes to cmake to build an additional header file, ebml_export.h. In MKVToolNix, which isn't cmake-based, that file has to be created manually, and the Rakefile does so. However, when configure runs the file doesn't exist yet. This means that any attempt to compile a test program with the internal libebml will fail due to the header not being found. configure's compilation checks will therefore fail. For the detection of libebml::FindNextChild doing a compilation check against the internal libebml isn't really needed as we know that the version does include it. So just hardcode that knowledge and avoid the compilation check. |
||
---|---|---|
.. | ||
ax_boost_base.m4 | ||
ax_boost_check_headers.m4 | ||
ax_boost_date_time.m4 | ||
ax_boost_filesystem.m4 | ||
ax_boost_regex.m4 | ||
ax_boost_system.m4 | ||
ax_docbook.m4 | ||
benchmark.m4 | ||
boost.m4 | ||
c++-features.m4 | ||
check_version.m4 | ||
cmark.m4 | ||
compiler_version.m4 | ||
debugging_profiling.m4 | ||
drmingw.m4 | ||
endianess.m4 | ||
extra_inc_lib.m4 | ||
flac.m4 | ||
fmt.m4 | ||
gnurx.m4 | ||
gtest.m4 | ||
iconv.m4 | ||
initialization.m4 | ||
inttypes.m4 | ||
macos.m4 | ||
magic.m4 | ||
manpages_translations.m4 | ||
matroska.m4 | ||
mingw.m4 | ||
nl_langinfo.m4 | ||
nlohmann_jsoncpp.m4 | ||
ogg.m4 | ||
other_features.m4 | ||
pandoc.m4 | ||
pkg.m4 | ||
po4a.m4 | ||
precompiled_headers.m4 | ||
pri64d.m4 | ||
pugixml.m4 | ||
qt5.m4 | ||
static.m4 | ||
tiocgwinsz.m4 | ||
tools.m4 | ||
translations.m4 | ||
utf8cpp.m4 | ||
vorbis.m4 | ||
zlib.m4 |