Commit a10a3863 authored by bellard's avatar bellard

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@690 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6bc6bbdb
...@@ -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