mkvmuxer: Fix GCC build.
Define __STDC_LIMIT_MACROS before <climits> include. Change-Id: I4c9c9560db1c57d177c8a7aa023c313aba5fe847
This commit is contained in:
parent
353b050071
commit
8b61ef5727
@ -8,6 +8,9 @@
|
|||||||
|
|
||||||
#include "mkvmuxer.hpp"
|
#include "mkvmuxer.hpp"
|
||||||
|
|
||||||
|
#define __STDC_LIMIT_MACROS
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <cfloat>
|
#include <cfloat>
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user