diff options
author | Martin Storsjö <martin@martin.st> | 2013-04-20 01:29:17 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-20 16:43:01 +0300 |
commit | 6d0fbebf949335de548d6367bb681cb90c2c2893 (patch) | |
tree | d580fe869f5aa7e050d0133200478185bfac263c /libavcodec/ppc/hpeldsp_altivec.c | |
parent | b71a0507b01efdb5f783419df5e22e29678dc049 (diff) | |
download | ffmpeg-6d0fbebf949335de548d6367bb681cb90c2c2893.tar.gz |
ppc: hpeldsp: Include attributes.h
This fixes building in configurations where altivec is disabled.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/ppc/hpeldsp_altivec.c')
-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 3044b98a2d..868ca95d89 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" |