mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-11 09:07:29 +00:00
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
Block a user