summaryrefslogtreecommitdiff
path: root/powerpc
diff options
context:
space:
mode:
authorVadim Barkov <neverscaired@gmail.com>2017-01-31 11:59:11 +0000
committerVadim Barkov <neverscaired@gmail.com>2017-01-31 11:59:11 +0000
commitbea573d370e78e9b81f7098b7abb0b65460f7edc (patch)
tree8342370c28f8716976095b207d5201537158f20f /powerpc
parentd0d310f1cb7bd5ddb62850a84da14e8b1e65d9c8 (diff)
Added auxv-based VSX detection method for PowerPC and enabled it by default
Diffstat (limited to 'powerpc')
-rw-r--r--powerpc/powerpc_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/powerpc_init.c b/powerpc/powerpc_init.c
index d3aeb28db..d406893ce 100644
--- a/powerpc/powerpc_init.c
+++ b/powerpc/powerpc_init.c
@@ -32,7 +32,7 @@
*/
#ifndef PNG_POWERPC_VSX_FILE
# ifdef __linux__
-# define PNG_POWERPC_VSX_FILE "contrib/powerpc-vsx/linux.c"
+# define PNG_POWERPC_VSX_FILE "contrib/powerpc-vsx/linux_aux.c"
# endif
#endif