12 lines
431 B
Diff
12 lines
431 B
Diff
--- libpng-1.6.5/arm/arm_init.c.orig 2013-09-18 12:31:14.530401726 +0200
|
|
+++ libpng-1.6.5/arm/arm_init.c 2013-09-18 12:31:20.390369569 +0200
|
|
@@ -17,8 +17,6 @@
|
|
#include "../pngpriv.h"
|
|
|
|
#ifdef PNG_READ_SUPPORTED
|
|
- if (((png_ptr->options >> PNG_MAXIMUM_INFLATE_WINDOW) & 3) ==
|
|
- PNG_OPTION_ON)
|
|
#if PNG_ARM_NEON_OPT > 0
|
|
#ifdef PNG_ARM_NEON_CHECK_SUPPORTED /* Do run-time checks */
|
|
#include <signal.h> /* for sig_atomic_t */
|