Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-08 00:58:48 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-09 03:08:28 +0400
commit5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8 (patch)
tree3b579f28ab075077ef0645d7d7fc58dfad8b5536 /libavcodec/proresdsp.c
parent218aefce4472dc02ee3f12830a9a894bf7916da9 (diff)
dsputil: Move fdct function declarations to dct.h
Diffstat (limited to 'libavcodec/proresdsp.c')
-rw-r--r--libavcodec/proresdsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/proresdsp.c b/libavcodec/proresdsp.c
index cb08862ef4..6d45def203 100644
--- a/libavcodec/proresdsp.c
+++ b/libavcodec/proresdsp.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "dct.h"
#include "dsputil.h"
#include "proresdsp.h"
#include "simple_idct.h"