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/indeo4data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/indeo4data.h') diff --git a/libavcodec/indeo4data.h b/libavcodec/indeo4data.h index 9b8945a2ba..8311c68816 100644 --- a/libavcodec/indeo4data.h +++ b/libavcodec/indeo4data.h @@ -28,8 +28,9 @@ #define AVCODEC_INDEO4DATA_H #include -#include "dsputil.h" + #include "ivi_common.h" +#include "mathops.h" /** * standard picture dimensions -- cgit v1.2.3