Fix paths in Makefile.am.patch
This commit is contained in:
parent
342c4eab2a
commit
c3a45944e2
@ -12,6 +12,6 @@
|
|||||||
# "if PNG_ARM_NEON ... endif" statement.
|
# "if PNG_ARM_NEON ... endif" statement.
|
||||||
|
|
||||||
if PNG_INTEL_SSE
|
if PNG_INTEL_SSE
|
||||||
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += intel/intel_init.c\
|
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += contrib/intel/intel_init.c\
|
||||||
intel/filter_sse2_intrinsics.c
|
contrib/intel/filter_sse2_intrinsics.c
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user