reverted to inttypes.h since it gives problems on some unixes
authorFabrice Bellard <fabrice@bellard.org>
Thu, 13 Jun 2002 23:36:30 +0000 (23:36 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Thu, 13 Jun 2002 23:36:30 +0000 (23:36 +0000)
Originally committed as revision 690 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/common.h

index 10f882e..e4ac69c 100644 (file)
@@ -77,7 +77,7 @@ typedef INT64 int64_t;
 
 /* unix */
 
-#include <stdint.h>
+#include <inttypes.h>
 
 #ifndef __WINE_WINDEF16_H
 /* workaround for typedef conflict in MPlayer (wine typedefs) */