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:
Chinmay Garde 2019-11-18 18:13:27 -08:00 committed by GitHub
parent 0fec442d06
commit a985f7f63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
]
}