diff common.h @ 1840:0287241a0c18 libavcodec

int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)
author michael
date Sat, 28 Feb 2004 16:41:23 +0000
parents 2e4581d6ba94
children 3054613980a8
line wrap: on
line diff
--- a/common.h	Sat Feb 28 15:03:53 2004 +0000
+++ b/common.h	Sat Feb 28 16:41:23 2004 +0000
@@ -102,7 +102,7 @@
 #endif /* HAVE_INTTYPES_H */
 
 #ifndef INT64_MAX
-#define INT64_MAX 9223372036854775807LL
+#define INT64_MAX int64_t_C(9223372036854775807)
 #endif
 
 #ifdef EMULATE_FAST_INT