diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-08 00:31:13 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-08 23:13:37 +0100 |
commit | 218aefce4472dc02ee3f12830a9a894bf7916da9 (patch) | |
tree | 3b6772260e9a11f65aa66c4594f888d60a888b3b /libavcodec/ac3enc_template.c | |
parent | 059866eb17cd3c66422a61d3e9c3305f55830a50 (diff) | |
download | ffmpeg-218aefce4472dc02ee3f12830a9a894bf7916da9.tar.gz |
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diffstat (limited to 'libavcodec/ac3enc_template.c')
-rw-r--r-- | libavcodec/ac3enc_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdint.h> +#include "libavutil/internal.h" /* prototypes for static functions in ac3enc_fixed.c and ac3enc_float.c */ |