git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71a050
)
ppc: hpeldsp: Include attributes.h
author
Martin Storsjö
<martin@martin.st>
Fri, 19 Apr 2013 22:29:17 +0000
(
01:29
+0300)
committer
Martin Storsjö
<martin@martin.st>
Sat, 20 Apr 2013 13:43:01 +0000
(16:43 +0300)
This fixes building in configurations where altivec is disabled.
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/ppc/hpeldsp_altivec.c
patch
|
blob
|
history
diff --git
a/libavcodec/ppc/hpeldsp_altivec.c
b/libavcodec/ppc/hpeldsp_altivec.c
index
3044b98
..
868ca95
100644
(file)
--- 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"