From f9279ee74936b4990fc46287c27816ef828cc06c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 22 Dec 2013 16:25:24 +0100 Subject: dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h --- libavcodec/vp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp3.c') diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index a45f2dba0f..dba286c3bb 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -36,9 +36,9 @@ #include "libavutil/imgutils.h" #include "avcodec.h" #include "internal.h" -#include "dsputil.h" #include "get_bits.h" #include "hpeldsp.h" +#include "mathops.h" #include "videodsp.h" #include "vp3data.h" #include "vp3dsp.h" -- cgit v1.2.3