OSDN Git Service

Include stdint.h instead of inttypes.h, it is enough for what this file need.
authorVitor Sessak <vitor1001@gmail.com>
Sun, 29 Aug 2010 15:46:38 +0000 (15:46 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sun, 29 Aug 2010 15:46:38 +0000 (15:46 +0000)
Originally committed as revision 24966 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ws-snd1.c

index 68cbc54..5ddb8cd 100644 (file)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <inttypes.h>
+#include <stdint.h>
 #include "libavutil/intreadwrite.h"
 #include "avcodec.h"