[FFmpeg-cvslog] ppc: hpeldsp: Include attributes.h
Martin Storsjö
git at videolan.org
Sun Apr 21 10:06:42 CEST 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat Apr 20 01:29:17 2013 +0300| [6d0fbebf949335de548d6367bb681cb90c2c2893] | committer: Martin Storsjö
ppc: hpeldsp: Include attributes.h
This fixes building in configurations where altivec is disabled.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d0fbebf949335de548d6367bb681cb90c2c2893
---
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 3044b98..868ca95 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"
More information about the ffmpeg-cvslog
mailing list