Skip to content

Commit

Permalink
Libwebp build script updates needed for the roll to 1.3.1 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Sep 11, 2023
1 parent 55fd476 commit 7154eae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/secondary/third_party/libwebp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ source_set("libwebp") {
configs += [ ":libwebp_defines" ]

sources = [
"//third_party/libwebp/sharpyuv/sharpyuv.c",
"//third_party/libwebp/sharpyuv/sharpyuv_cpu.c",
"//third_party/libwebp/sharpyuv/sharpyuv_csp.c",
"//third_party/libwebp/sharpyuv/sharpyuv_dsp.c",
"//third_party/libwebp/sharpyuv/sharpyuv_gamma.c",
"//third_party/libwebp/sharpyuv/sharpyuv_neon.c",
"//third_party/libwebp/sharpyuv/sharpyuv_sse2.c",
"//third_party/libwebp/src/dec/alpha_dec.c",
"//third_party/libwebp/src/dec/buffer_dec.c",
"//third_party/libwebp/src/dec/frame_dec.c",
Expand Down

0 comments on commit 7154eae

Please sign in to comment.