aboutsummaryrefslogtreecommitdiff
path: root/contrib/intel/Makefile.am.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/intel/Makefile.am.patch')
-rw-r--r--contrib/intel/Makefile.am.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/intel/Makefile.am.patch b/contrib/intel/Makefile.am.patch
deleted file mode 100644
index 3921f274d..000000000
--- a/contrib/intel/Makefile.am.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#
-# Copyright (c) 2016 Google, Inc.
-#
-# This code is released under the libpng license.
-# For conditions of distribution and use, see the disclaimer
-# and license in png.h
-#
-
-# In order to compile Intel SSE optimizations for libpng, please add
-# the following code to Makefile.am directly beneath the
-# "if PNG_ARM_NEON ... endif" statement.
-
-if PNG_INTEL_SSE
-libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += contrib/intel/intel_init.c\
- contrib/intel/filter_sse2_intrinsics.c
-endif