movieplayer.cpp: prevent build error

Avoid build error if build not configured with -D__STDC_LIMIT_MACROS
This commit is contained in:
2017-05-08 12:14:36 +02:00
parent 7b9f8e9720
commit f1779d0a97

View File

@@ -27,6 +27,9 @@
#include <config.h>
#endif
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif
#include <stdint.h>
#include <global.h>