diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-21 09:53:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-21 09:54:02 +0200 |
commit | 2d234930209a3d686e0a7116f4a80c756f2a372e (patch) | |
tree | 88f8816ae1f383d153a2467b987a3a2d7e517743 | |
parent | 8017683647f5afaea0251eb0e01ec533f2a48d33 (diff) | |
parent | 6d0fbebf949335de548d6367bb681cb90c2c2893 (diff) | |
download | ffmpeg-2d234930209a3d686e0a7116f4a80c756f2a372e.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ppc: hpeldsp: Include attributes.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/ppc/hpeldsp_altivec.c | 1 |
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" |