[libpng16] Imported from libpng-1.6.28rc02.tar

This commit is contained in:
Glenn Randers-Pehrson
2017-01-03 19:16:39 -06:00
parent edef058e18
commit 3785125faf
25 changed files with 66 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
#
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
# Last changed in libpng 1.6.25 [September 1, 2016]
# Copyright (c) 2004-2017 Glenn Randers-Pehrson
# Last changed in libpng 1.6.28 [January 5, 2017]
#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
@@ -102,6 +102,11 @@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += mips/mips_init.c\
mips/filter_msa_intrinsics.c
endif
if PNG_INTEL_SSE
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += intel/intel_init.c\
intel/filter_sse2_intrinsics.c
endif
nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = pnglibconf.h
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS = -no-undefined -export-dynamic \