mirror of https://git.ffmpeg.org/ffmpeg.git
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
|
@ -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…
Reference in New Issue