mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add libwebp package, else it doesn't compile with wrtX
This commit is contained in:
parent
f8f67857cf
commit
609b173ffa
2 changed files with 75 additions and 0 deletions
11
libwebp/patches/010-mips16.patch
Normal file
11
libwebp/patches/010-mips16.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/src/dsp/dsp.h
|
||||
+++ b/src/dsp/dsp.h
|
||||
@@ -95,7 +95,7 @@ extern "C" {
|
||||
#define WEBP_USE_INTRINSICS
|
||||
#endif
|
||||
|
||||
-#if defined(__mips__) && !defined(__mips64) && \
|
||||
+#if defined(__mips__) && !defined(__mips16) && !defined(__mips64) && \
|
||||
defined(__mips_isa_rev) && (__mips_isa_rev >= 1) && (__mips_isa_rev < 6)
|
||||
#define WEBP_USE_MIPS32
|
||||
#if (__mips_isa_rev >= 2)
|
Loading…
Add table
Add a link
Reference in a new issue