[FFmpeg-soc] [soc]: r2780 - amr/amrnbfloatdata.h
superdump
subversion at mplayerhq.hu
Mon Jul 14 00:42:02 CEST 2008
Author: superdump
Date: Mon Jul 14 00:42:02 2008
New Revision: 2780
Log:
Use stdint.h instead of inttypes.h because stdint.h is all that is needed
Modified:
amr/amrnbfloatdata.h
Modified: amr/amrnbfloatdata.h
==============================================================================
--- amr/amrnbfloatdata.h (original)
+++ amr/amrnbfloatdata.h Mon Jul 14 00:42:02 2008
@@ -28,7 +28,7 @@
#ifndef FFMPEG_AMRNBFLOATDATA_H
#define FFMPEG_AMRNBFLOATDATA_H
-#include <inttypes.h>
+#include <stdint.h>
#include <math.h>
// general definitions
More information about the FFmpeg-soc
mailing list