1 2# 3# Copyright (c) 2016 Google, Inc. 4# 5# This code is released under the libpng license. 6# For conditions of distribution and use, see the disclaimer 7# and license in png.h 8# 9 10# In order to compile Intel SSE optimizations for libpng, please add 11# the following code to Makefile.am directly beneath the 12# "if PNG_ARM_NEON ... endif" statement. 13 14if PNG_INTEL_SSE 15libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += contrib/intel/intel_init.c\ 16 contrib/intel/filter_sse2_intrinsics.c 17endif 18