projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Disable C code when compiling AltiVec code, fixes the warning:
[libav.git]
/
libswscale
/
swscale.c
diff --git
a/libswscale/swscale.c
b/libswscale/swscale.c
index
02032bd
..
8a16d82
100644
(file)
--- a/
libswscale/swscale.c
+++ b/
libswscale/swscale.c
@@
-961,6
+961,7
@@
static inline void yuv2rgbXinC_full(SwsContext *c, int16_t *lumFilter, int16_t *
#if ARCH_PPC
#if (HAVE_ALTIVEC || defined (RUNTIME_CPUDETECT)) && CONFIG_GPL
+#undef COMPILE_C
#define COMPILE_ALTIVEC
#endif
#endif //ARCH_PPC