You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
552 B
17 lines
552 B
7 months ago
|
diff -r -u ./scripts/pnglibconf.h.prebuilt ./scripts/pnglibconf.h.prebuilt
|
||
|
--- ./scripts/pnglibconf.h.prebuilt
|
||
|
+++ ./scripts/pnglibconf.h.prebuilt
|
||
|
@@ -19,6 +19,12 @@
|
||
|
#define PNG_ALIGNED_MEMORY_SUPPORTED
|
||
|
/*#undef PNG_ARM_NEON_API_SUPPORTED*/
|
||
|
/*#undef PNG_ARM_NEON_CHECK_SUPPORTED*/
|
||
|
+
|
||
|
+/* Workaround not having a great build file by forcing
|
||
|
+ * png filter optimization to be disabled on arm */
|
||
|
+#define PNG_ARM_NEON_OPT 0
|
||
|
+
|
||
|
+
|
||
|
#define PNG_BENIGN_ERRORS_SUPPORTED
|
||
|
#define PNG_BENIGN_READ_ERRORS_SUPPORTED
|
||
|
/*#undef PNG_BENIGN_WRITE_ERRORS_SUPPORTED*/
|