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:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-21 11:53:49 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-04-21 11:54:02 +0400
commit2d234930209a3d686e0a7116f4a80c756f2a372e (patch)
tree88f8816ae1f383d153a2467b987a3a2d7e517743 /libavcodec
parent8017683647f5afaea0251eb0e01ec533f2a48d33 (diff)
parent6d0fbebf949335de548d6367bb681cb90c2c2893 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: ppc: hpeldsp: Include attributes.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ppc/hpeldsp_altivec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ppc/hpeldsp_altivec.c b/libavcodec/ppc/hpeldsp_altivec.c
index 6382f0a767..5bc812a0b8 100644
--- a/libavcodec/ppc/hpeldsp_altivec.c
+++ b/libavcodec/ppc/hpeldsp_altivec.c
@@ -21,6 +21,7 @@
*/
#include "config.h"
+#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavcodec/hpeldsp.h"