diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-07 21:58:48 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-09 00:08:28 +0100 |
commit | 5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8 (patch) | |
tree | 3b579f28ab075077ef0645d7d7fc58dfad8b5536 /libavcodec/x86/fdct.c | |
parent | 218aefce4472dc02ee3f12830a9a894bf7916da9 (diff) | |
download | ffmpeg-5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8.tar.gz |
dsputil: Move fdct function declarations to dct.h
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 b37238dfac..bd76648b98 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/dsputil.h" +#include "libavcodec/dct.h" #if HAVE_INLINE_ASM |