mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix WEBP_EXTERN signature for Fuchsia. (#332)
The WEBP_EXTERN macro is overriden by Flutter because the default implementation sets symbol visibility to default instead of hidden.
This commit is contained in:
parent
0fec442d06
commit
a985f7f63a
2
build/secondary/third_party/libwebp/BUILD.gn
vendored
2
build/secondary/third_party/libwebp/BUILD.gn
vendored
@ -14,7 +14,7 @@ config("libwebp_defines") {
|
||||
# This makes WebP decode to BGR_565 when we ask for RGB_565.
|
||||
# (It also swaps the color order for 4444, but we don't care today.)
|
||||
"WEBP_SWAP_16BIT_CSP",
|
||||
"WEBP_EXTERN(x)=x",
|
||||
"WEBP_EXTERN(x)= extern x",
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user