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/dsputil.c | |
parent | 218aefce4472dc02ee3f12830a9a894bf7916da9 (diff) | |
download | ffmpeg-5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8.tar.gz |
dsputil: Move fdct function declarations to dct.h
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r-- | libavcodec/dsputil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 203c33ecd9..30c315eab8 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -31,6 +31,7 @@ #include "libavutil/internal.h" #include "avcodec.h" #include "copy_block.h" +#include "dct.h" #include "dsputil.h" #include "simple_idct.h" #include "faandct.h" |