mkvtoolnix/ac
Moritz Bunkus c262de4888 configure: require libEBML v1.3.5
libEBML v1.3.5 contains the following change:

------------------------------------------------------------
EbmlMaster::CheckMandatory: only fail for default-value-less mandatory elements

The function EbmlMaster::CheckMandatory() will now only return false
if a mandatory element is missing for which there's no default value
in the specifications. This means that callers such as
EbmlMaster::UpdateSize() and by extension EbmlMaster::Render() will
not insist on all mandatory elements being present anymore, but only
those for which there's no default value.
------------------------------------------------------------

This allows mkvmerge, mkvpropedit and the GUI's header editor to only
actually add those elements that have to be added to a master before
writing it to the file. Adding e.g. the TrackLanguage element isn't
necessary anymore if should be set to "eng" anyway as "eng" is its
default value. Before the change libEBML was insisting on it being
present in the "TrackEntry" master, though, no matter what it was set
to.
2017-08-12 10:51:33 +02:00
..
ax_boost_base.m4 build system: update Boost configure macros from www.gnu.org 2015-08-09 21:04:04 +02:00
ax_boost_check_headers.m4 Build system: remove included copy of Boost's property tree library 2011-10-23 21:01:12 +02:00
ax_boost_date_time.m4 build system: require Boost's date/time library 2014-05-26 08:49:15 +02:00
ax_boost_filesystem.m4 build system: update Boost configure macros from www.gnu.org 2015-08-09 21:04:04 +02:00
ax_boost_regex.m4 build system: update Boost configure macros from www.gnu.org 2015-08-09 21:04:04 +02:00
ax_boost_system.m4 build system: update Boost configure macros from www.gnu.org 2015-08-09 21:04:04 +02:00
ax_docbook.m4 configure: DocBook detection: don't use bashisms 2017-07-22 20:27:59 +02:00
boost.m4 build system: require Boost 1.49.0 or newer 2017-07-11 19:44:27 +02:00
c++-features.m4 build system: require more C++14 features 2016-12-13 22:37:14 +01:00
check_version.m4
clang.m4 build system: fix setting USE_CLANG when cache files are used 2015-03-25 17:25:25 +01:00
compiler_flags.m4 build system: enable gcc's stack protection 2015-08-11 15:02:58 +02:00
debugging_profiling.m4 configure: options for enabling address/undefined behavior sanitizers 2017-07-15 16:59:58 +02:00
endianess.m4 configure: use AC_CHECK_TOOL for strings 2017-03-27 19:27:00 +02:00
extra_inc_lib.m4
flac.m4
gcc_version.m4
gnurx.m4 Fix linking of static libmagic with mingw 2011-10-23 18:08:16 +02:00
gtest.m4 configure: link gtest with pthreads during check 2017-04-20 22:01:24 +02:00
iconv.m4
initialization.m4 configure: use AC_CHECK_TOOL for strings 2017-03-27 19:27:00 +02:00
inttypes.m4
magic.m4 build system: add configure option for disabling libmagic 2015-07-21 16:42:07 +02:00
manpages_translations.m4
matroska.m4 configure: require libEBML v1.3.5 2017-08-12 10:51:33 +02:00
mingw.m4 build system: use correct processor architecture for 64bit Windows builds 2014-01-02 21:23:13 +01:00
nl_langinfo.m4
nlohmann_jsoncpp.m4 configure: look for nlohmann/json.hpp first, json.hpp second 2017-07-17 20:58:19 +02:00
ogg.m4
other_features.m4 configure: add option for disabling the update check code 2017-07-23 17:25:13 +02:00
pandoc.m4
pkg.m4 Build system: use pkg-config's own macros for library detection where possible 2011-10-23 00:07:36 +02:00
po4a.m4 build system: make xsltproc, DocBook mandatory for man pages 2017-01-25 21:19:10 +01:00
precompiled_headers.m4 configure: output more information about enabled/disabled features 2013-01-15 20:47:09 +01:00
pri64d.m4
pugixml.m4 build system: fix pugixml again 2017-02-13 21:37:29 +01:00
qt5.m4 configure: don't abort if moc/uic/rcc/qmake is found but too old 2017-05-09 20:54:15 +02:00
static.m4 Remove pthread option, because is not necessary to generate static application 2015-02-23 16:37:17 +01:00
tiocgwinsz.m4
tools.m4 build system: don't build tools by default but provide configure option 2015-03-25 20:21:59 +01:00
translations.m4 configure: don't check for libintl if --without-gettext is used 2015-11-08 20:40:48 +01:00
utf8cpp.m4 make system utf8cpp check more robust 2015-04-02 23:05:01 +02:00
vorbis.m4
zlib.m4 configure: try to detect zlib simply via -lz if no pkg-config module installed for it 2015-04-29 21:50:47 +02:00