From 6a81329593fcb10ab912de283a5a8f3e360fb815 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 8 Mar 2010 18:43:33 +0000 Subject: Move dctref prototypes to a header file Originally committed as revision 22331 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dctref.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/dctref.c') diff --git a/libavcodec/dctref.c b/libavcodec/dctref.c index faad057a9a..c915ed6fd7 100644 --- a/libavcodec/dctref.c +++ b/libavcodec/dctref.c @@ -30,6 +30,8 @@ */ #include "libavutil/mathematics.h" +#include "dctref.h" + static double coefficients[8 * 8]; /** -- cgit v1.2.3