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

Originally committed as revision 690 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-06-13 23:36:30 +00:00
parent ce992c6932
commit 4fd6044859
1 changed files with 1 additions and 1 deletions

View 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) */