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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-09 17:33:57 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-09 17:33:57 +0400
commit6b2e65078c02cb1e09b555603a1eb10ddb3bd244 (patch)
tree380272a56318a4153fce51926e1104de55fd262f /libavcodec/imc.c
parent276c9c0577e99c870d4d281bc8f0df82b402efc4 (diff)
parent218aefce4472dc02ee3f12830a9a894bf7916da9 (diff)
Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'
* commit '218aefce4472dc02ee3f12830a9a894bf7916da9': dsputil: Move LOCAL_ALIGNED macros to libavutil Conflicts: libavcodec/dvdec.c libavcodec/imc.c libavcodec/mpegvideo_motion.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/imc.c')
-rw-r--r--libavcodec/imc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index a09e3c5d9f..c127b2559e 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -37,6 +37,7 @@
#include "libavutil/channel_layout.h"
#include "libavutil/float_dsp.h"
+#include "libavutil/internal.h"
#include "libavutil/libm.h"
#include "avcodec.h"
#include "get_bits.h"