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:
parent
ce992c6932
commit
4fd6044859
1 changed files with 1 additions and 1 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue