[libpng16] Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.

This commit is contained in:
Glenn Randers-Pehrson
2016-05-31 09:45:17 -05:00
parent bd2370c054
commit f757d74898
4 changed files with 33 additions and 14 deletions

View File

@@ -1915,8 +1915,6 @@ PNG_INTERNAL_FUNCTION(void, PNG_FILTER_OPTIMIZATIONS, (png_structp png_ptr,
*/
PNG_INTERNAL_FUNCTION(void, png_init_filter_functions_neon,
(png_structp png_ptr, unsigned int bpp), PNG_EMPTY);
PNG_INTERNAL_FUNCTION(void, png_init_filter_functions_sse2,
(png_structp png_ptr, unsigned int bpp), PNG_EMPTY);
#endif
PNG_INTERNAL_FUNCTION(png_uint_32, png_check_keyword, (png_structrp png_ptr,