From 485b17cc7d419336c0244ab2594a0c00c16eec87 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 3 Jan 2010 09:20:01 +0000 Subject: Do not assume that "long" is the size of a register. Fixes aclib compilation on mingw64 (with --enable-runtime-cpudetection). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30177 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aclib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo/aclib.c') diff --git a/libvo/aclib.c b/libvo/aclib.c index 4fbd36d10e..377dff9fce 100644 --- a/libvo/aclib.c +++ b/libvo/aclib.c @@ -23,9 +23,11 @@ #include "config.h" #include +#include #include #include "cpudetect.h" #include "fastmemcpy.h" +#include "libavutil/x86_cpu.h" #undef memcpy #define BLOCK_SIZE 4096 -- cgit v1.2.3