Skip to content

Commit

Permalink
Add another libwebp source file required for x64/SSE4.1 platforms (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Sep 11, 2023
1 parent 7154eae commit 9780f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/secondary/third_party/libwebp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ source_set("libwebp_sse41") {
"//third_party/libwebp/src/dsp/dec_sse41.c",
"//third_party/libwebp/src/dsp/enc_sse41.c",
"//third_party/libwebp/src/dsp/lossless_enc_sse41.c",
"//third_party/libwebp/src/dsp/lossless_sse41.c",
"//third_party/libwebp/src/dsp/upsampling_sse41.c",
"//third_party/libwebp/src/dsp/yuv_sse41.c",
]
Expand Down

0 comments on commit 9780f25

Please sign in to comment.