diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-08-15 22:33:03 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-08-15 22:33:03 +0000 |
commit | a74127c071fd46cdd40b9beca6721a9ca6338142 (patch) | |
tree | ce84b21312cf30edc838cd5fbfba62ac21912b9b /libavcodec/i386/idct_mmx.c | |
parent | d0a0b2483e7b62e0f72c3b60f0a5f24175d665ee (diff) | |
download | ffmpeg-a74127c071fd46cdd40b9beca6721a9ca6338142.tar.gz |
win32 fixes
Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/idct_mmx.c')
-rw-r--r-- | libavcodec/i386/idct_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/idct_mmx.c b/libavcodec/i386/idct_mmx.c index 9f093d1c3e..618c1cfdee 100644 --- a/libavcodec/i386/idct_mmx.c +++ b/libavcodec/i386/idct_mmx.c @@ -22,7 +22,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <inttypes.h> +#include "../common.h" #include "mmx.h" |