Commit 4fd60448 authored by Fabrice Bellard's avatar Fabrice Bellard

reverted to inttypes.h since it gives problems on some unixes

Originally committed as revision 690 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ce992c69
...@@ -77,7 +77,7 @@ typedef INT64 int64_t; ...@@ -77,7 +77,7 @@ typedef INT64 int64_t;
/* unix */ /* unix */
#include <stdint.h> #include <inttypes.h>
#ifndef __WINE_WINDEF16_H #ifndef __WINE_WINDEF16_H
/* workaround for typedef conflict in MPlayer (wine typedefs) */ /* workaround for typedef conflict in MPlayer (wine typedefs) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment