Skip to content

Commit

Permalink
Update libwebp
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Oct 5, 2024
1 parent 442d4d6 commit 82a50fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions third_party/libwebp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (skia_use_system_libwebp) {
"../externals/libwebp/src",
"../externals/libwebp",
]
configs += [ ":libwebp_defines" ]
configs = [ ":libwebp_defines" ]
sources = [
"../externals/libwebp/src/dsp/alpha_processing_sse41.c",
"../externals/libwebp/src/dsp/dec_sse41.c",
Expand All @@ -60,7 +60,7 @@ if (skia_use_system_libwebp) {
deps += [ "//third_party/cpu-features" ]
}

configs += [ ":libwebp_defines" ]
configs = [ ":libwebp_defines" ]
sources = [
"../externals/libwebp/sharpyuv/sharpyuv.c",
"../externals/libwebp/sharpyuv/sharpyuv_cpu.c",
Expand Down Expand Up @@ -171,6 +171,7 @@ if (skia_use_system_libwebp) {
"../externals/libwebp/src/utils/filters_utils.c",
"../externals/libwebp/src/utils/huffman_encode_utils.c",
"../externals/libwebp/src/utils/huffman_utils.c",
"../externals/libwebp/src/utils/palette.c",
"../externals/libwebp/src/utils/quant_levels_dec_utils.c",
"../externals/libwebp/src/utils/quant_levels_utils.c",
"../externals/libwebp/src/utils/random_utils.c",
Expand Down

0 comments on commit 82a50fb

Please sign in to comment.