summaryrefslogtreecommitdiff
path: root/libavcodec/jfdctint_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-07 21:58:48 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-09 00:08:28 +0100
commit5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8 (patch)
tree3b579f28ab075077ef0645d7d7fc58dfad8b5536 /libavcodec/jfdctint_template.c
parent218aefce4472dc02ee3f12830a9a894bf7916da9 (diff)
dsputil: Move fdct function declarations to dct.h
Diffstat (limited to 'libavcodec/jfdctint_template.c')
-rw-r--r--libavcodec/jfdctint_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/jfdctint_template.c b/libavcodec/jfdctint_template.c
index d2fe093b2b..c6a1638107 100644
--- a/libavcodec/jfdctint_template.c
+++ b/libavcodec/jfdctint_template.c
@@ -60,7 +60,7 @@
*/
#include "libavutil/common.h"
-#include "dsputil.h"
+#include "dct.h"
#include "bit_depth_template.c"