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/bit_depth_template.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/bit_depth_template.c') diff --git a/libavcodec/bit_depth_template.c b/libavcodec/bit_depth_template.c index 79bbbbba51..27e658ba75 100644 --- a/libavcodec/bit_depth_template.c +++ b/libavcodec/bit_depth_template.c @@ -16,6 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "mathops.h" #include "rnd_avg.h" #ifndef BIT_DEPTH -- cgit v1.2.3