Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-04-20 02:29:17 +0400
committerMartin Storsjö <martin@martin.st>2013-04-20 17:43:01 +0400
commit6d0fbebf949335de548d6367bb681cb90c2c2893 (patch)
treed580fe869f5aa7e050d0133200478185bfac263c /libavcodec/ppc
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')
-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"