diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-18 13:20:01 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-07-19 02:33:36 -0700 |
commit | 5dcc201505f71b1e73e9eef12ce89d4eed252ad0 (patch) | |
tree | 81dffc1053248f66fea7d6a416d3e9f26df862aa /libavcodec/dct-test.c | |
parent | 85cabb8d002f2cd100ced5cc17d87bfc9460d314 (diff) | |
download | ffmpeg-5dcc201505f71b1e73e9eef12ce89d4eed252ad0.tar.gz |
simple_idct: Move x86-specific declarations to a header in the x86 directory
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r-- | libavcodec/dct-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |