[SCM] libav/experimental: 10l
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:40:51 UTC 2013
The following commit has been merged in the experimental branch:
commit 9ff18a70895e246148980d5b7450ed0f22d3717c
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Thu Jul 1 12:33:07 2004 +0000
10l
Originally committed as revision 3282 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/common.h b/libavcodec/common.h
index ff7e016..2294791 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -30,6 +30,7 @@
# include <stdio.h>
# include <string.h>
# include <ctype.h>
+# include <limits.h>
# ifndef __BEOS__
# include <errno.h>
# else
@@ -130,7 +131,7 @@ typedef unsigned int uint_fast32_t;
#endif
#ifndef INT_BIT
-# if INT_MAX == INT64_MAX
+# if INT_MAX != 2147483647
# define INT_BIT 64
# else
# define INT_BIT 32
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list