mpv/TOOLS
wm4 b74edd4069 demux_mkv: fix compiler warnings
Make TOOLS/matroska.pl output structs with fields sorted by name in
ebml_types.h to make the order of fields deterministic. Fix warnings in
demux_mkv.c caused by the first struct fields switching between scalar
and struct types due to non-deterministic ebml_types.h field order.
Since it's deterministic now, this shouldn't change anymore.

The warnings produced by the compilers are bogus, but we want to silence
them anyway, since this could make developers overlook legitimate
warnings.

What commits 7b52ba8, 6dd97cc, 4aae1ff were supposed to fix. An earlier
attempt sorted fields in the generated C source file, not the header
file. Hopefully this is the last commit concerning this issue...
2013-11-04 23:49:22 +01:00
..
lib/Parse
osxbundle Revert "osxbundle: fonts.conf: only look for fonts in ~/.mpv/fonts" 2013-09-19 21:39:16 +02:00
vf_dlopen
file2string.pl
gen-x11-icon.sh x11: add window icon 2013-09-01 23:27:33 +02:00
matroska.pl demux_mkv: fix compiler warnings 2013-11-04 23:49:22 +01:00
mpv_identify.sh tools: add --no-cache --no-config to mpv_identify.sh 2013-11-03 20:48:49 +01:00
osxbundle.py osxbundle: suggest some ways to correct missing dependencies 2013-06-30 09:14:25 +02:00
umpv TOOLS: add script for emulating "unique application" functionality on Linux 2013-07-28 23:08:05 +02:00
uncrustify.cfg