[libpng15] Imported from libpng-1.5.7beta04.tar

This commit is contained in:
Glenn Randers-Pehrson
2011-11-17 21:03:07 -06:00
parent 4af7710f94
commit d92c1fcd55
16 changed files with 39 additions and 36 deletions

View File

@@ -187,12 +187,7 @@ AC_SUBST([binconfigs])
# Because GCC by default assembles code with an executable stack, even though it
# compiles C code with a non-executable stack, it is necessary to do a fixup
# here (this may by GCC specific)
AC_SUBST([AM_CCASFLAGS], [--noexecstack])
# Because GCC by default assembles code with an executable stack, even though it
# compiles C code with a non-executable stack, it is necessary to do a fixup
# here (this may by GCC specific)
AC_SUBST([AM_CCASFLAGS], [--noexecstack])
AC_SUBST([AM_CCASFLAGS], [-Wa,--noexecstack])
AC_ARG_ENABLE([arm-neon],
AC_HELP_STRING([--enable-arm-neon], [Enable ARM NEON optimizations]),