From 5dcc201505f71b1e73e9eef12ce89d4eed252ad0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 18 Feb 2014 13:20:01 +0100 Subject: simple_idct: Move x86-specific declarations to a header in the x86 directory --- libavcodec/dct-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dct-test.c') diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index 8a601dff75..b278869f43 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -47,6 +47,7 @@ #include "faanidct.h" #include "x86/fdct.h" #include "x86/idct_xvid.h" +#include "x86/simple_idct.h" #include "dctref.h" // ALTIVEC -- cgit v1.2.1