summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/hpeldsp_altivec.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-04-20 01:29:17 +0300
committerMartin Storsjö <martin@martin.st>2013-04-20 16:43:01 +0300
commit6d0fbebf949335de548d6367bb681cb90c2c2893 (patch)
treed580fe869f5aa7e050d0133200478185bfac263c /libavcodec/ppc/hpeldsp_altivec.c
parentb71a0507b01efdb5f783419df5e22e29678dc049 (diff)
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.c1
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"