summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/hpeldsp_altivec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-21 09:53:49 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-21 09:54:02 +0200
commit2d234930209a3d686e0a7116f4a80c756f2a372e (patch)
tree88f8816ae1f383d153a2467b987a3a2d7e517743 /libavcodec/ppc/hpeldsp_altivec.c
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/ppc/hpeldsp_altivec.c')
-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"