From 218aefce4472dc02ee3f12830a9a894bf7916da9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 8 Feb 2013 00:31:13 +0100 Subject: dsputil: Move LOCAL_ALIGNED macros to libavutil --- libavcodec/ac3enc_template.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ac3enc_template.c') diff --git a/libavcodec/ac3enc_template.c b/libavcodec/ac3enc_template.c index 388d75377e..ae9100c3ac 100644 --- a/libavcodec/ac3enc_template.c +++ b/libavcodec/ac3enc_template.c @@ -28,6 +28,7 @@ #include +#include "libavutil/internal.h" /* prototypes for static functions in ac3enc_fixed.c and ac3enc_float.c */ -- cgit v1.2.3