From 85cabb8d002f2cd100ced5cc17d87bfc9460d314 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 18 Feb 2014 13:16:11 +0100 Subject: fdct: 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 4f219645d1..8a601dff75 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -45,6 +45,7 @@ #include "aandcttab.h" #include "faandct.h" #include "faanidct.h" +#include "x86/fdct.h" #include "x86/idct_xvid.h" #include "dctref.h" -- cgit v1.2.1