Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-08 03:31:13 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-09 02:13:37 +0400
commit218aefce4472dc02ee3f12830a9a894bf7916da9 (patch)
tree3b6772260e9a11f65aa66c4594f888d60a888b3b /libavcodec/takdec.c
parent059866eb17cd3c66422a61d3e9c3305f55830a50 (diff)
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diffstat (limited to 'libavcodec/takdec.c')
-rw-r--r--libavcodec/takdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/takdec.c b/libavcodec/takdec.c
index d47db4818c..1a2cc3bed7 100644
--- a/libavcodec/takdec.c
+++ b/libavcodec/takdec.c
@@ -25,6 +25,7 @@
* @author Paul B Mahol
*/
+#include "libavutil/internal.h"
#include "libavutil/samplefmt.h"
#include "tak.h"
#include "avcodec.h"