mirror of https://github.com/mpv-player/mpv
freebsd fix (btw, why does it needs this int_max shit?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11846 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f0d70163b7
commit
b136df4b34
|
@ -153,6 +153,13 @@
|
|||
#define MATROSKA_SUBTYPE_SSA 2
|
||||
#define MATROSKA_SUBTYPE_VOBSUB 3
|
||||
|
||||
#ifndef UINT64_MAX
|
||||
#define UINT64_MAX 18446744073709551615ULL
|
||||
#endif
|
||||
|
||||
#ifndef INT64_MAX
|
||||
#define INT64_MAX 9223372036854775807LL
|
||||
#endif
|
||||
|
||||
#define EBML_UINT_INVALID UINT64_MAX
|
||||
#define EBML_INT_INVALID INT64_MAX
|
||||
|
|
Loading…
Reference in New Issue