diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-18 13:16:11 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-07-19 02:25:59 -0700 |
commit | 85cabb8d002f2cd100ced5cc17d87bfc9460d314 (patch) | |
tree | 34e4ffc36ef13ea61292b15066367435f0272565 /libavcodec/x86/fdct.c | |
parent | d6e1d37100af568211f28ec0bcf7958a3a2a299e (diff) | |
download | ffmpeg-85cabb8d002f2cd100ced5cc17d87bfc9460d314.tar.gz |
fdct: Move x86-specific declarations to a header in the x86 directory
Diffstat (limited to 'libavcodec/x86/fdct.c')
-rw-r--r-- | libavcodec/x86/fdct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fdct.c b/libavcodec/x86/fdct.c index 6c95439e10..6528b57361 100644 --- a/libavcodec/x86/fdct.c +++ b/libavcodec/x86/fdct.c @@ -32,7 +32,7 @@ #include "libavutil/common.h" #include "libavutil/x86/asm.h" -#include "libavcodec/dct.h" +#include "fdct.h" #if HAVE_MMX_INLINE |