From 6d0fbebf949335de548d6367bb681cb90c2c2893 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Sat, 20 Apr 2013 01:29:17 +0300
Subject: [PATCH] ppc: hpeldsp: Include attributes.h
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This fixes building in configurations where altivec is disabled.

Signed-off-by: Martin Storsjö <martin@martin.st>
---
 libavcodec/ppc/hpeldsp_altivec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/ppc/hpeldsp_altivec.c b/libavcodec/ppc/hpeldsp_altivec.c
index 3044b98a2d3..868ca95d896 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"
 
-- 
GitLab