projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Altivec on non darwin systems patch by Romain Dolbeau
[libav.git]
/
libavcodec
/
dsputil.h
diff --git
a/libavcodec/dsputil.h
b/libavcodec/dsputil.h
index
d885c4a
..
b442501
100644
(file)
--- a/
libavcodec/dsputil.h
+++ b/
libavcodec/dsputil.h
@@
-224,6
+224,10
@@
void dsputil_init_alpha(DSPContext* c, unsigned mask);
extern int mm_flags;
+#if defined(HAVE_ALTIVEC) && !defined(CONFIG_DARWIN)
+#include <altivec.h>
+#endif
+
#define __align8 __attribute__ ((aligned (16)))
void dsputil_init_ppc(DSPContext* c, unsigned mask);