src/java.desktop/share/native/libsplashscreen/libpng/pngpriv.h
changeset 51387 9fe4fc157f4e
parent 51304 66d9993dd4ad
child 57618 53154e45385a
--- a/src/java.desktop/share/native/libsplashscreen/libpng/pngpriv.h	Mon Aug 13 04:02:51 2018 -0700
+++ b/src/java.desktop/share/native/libsplashscreen/libpng/pngpriv.h	Fri Aug 10 09:16:10 2018 +0200
@@ -290,13 +290,10 @@
 #  endif
 #endif /* PNG_MIPS_MSA_OPT > 0 */
 
-#ifdef PNG_POWERPC_VSX_API_SUPPORTED
 #if PNG_POWERPC_VSX_OPT > 0
 #  define PNG_FILTER_OPTIMIZATIONS png_init_filter_functions_vsx
 #  define PNG_POWERPC_VSX_IMPLEMENTATION 1
 #endif
-#endif
-
 
 /* Is this a build of a DLL where compilation of the object modules requires
  * different preprocessor settings to those required for a simple library?  If