From 5e74a2b68563f3f15a06dd1a63b90454afe2eef8 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 10 Feb 2013 15:59:22 -0800 Subject: [PATCH] bit_depth_template: don't depend on dsputil.h. Signed-off-by: Michael Niedermayer --- libavcodec/bit_depth_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/bit_depth_template.c b/libavcodec/bit_depth_template.c index 66b737bd8e..1a6d007845 100644 --- a/libavcodec/bit_depth_template.c +++ b/libavcodec/bit_depth_template.c @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "dsputil.h" #include "rnd_avg.h" +#include "libavutil/intreadwrite.h" #ifndef BIT_DEPTH #define BIT_DEPTH 8