summaryrefslogtreecommitdiffstats
path: root/libavcodec/jfdctfst.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/jfdctfst.c
parent218aefce4472dc02ee3f12830a9a894bf7916da9 (diff)
downloadffmpeg-streaming-5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8.zip
ffmpeg-streaming-5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8.tar.gz
dsputil: Move fdct function declarations to dct.h
Diffstat (limited to 'libavcodec/jfdctfst.c')
-rw-r--r--libavcodec/jfdctfst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/jfdctfst.c b/libavcodec/jfdctfst.c
index b2e41f1..bbcf598 100644
--- a/libavcodec/jfdctfst.c
+++ b/libavcodec/jfdctfst.c
@@ -69,7 +69,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "libavutil/common.h"
-#include "dsputil.h"
+#include "dct.h"
#define DCTSIZE 8
#define GLOBAL(x) x
OpenPOWER on IntegriCloud