Skip to content

Commit 16c8000

Browse files
committed
Fix linux compilation
1 parent 4986e69 commit 16c8000

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thirdparty/libwebp/libwebp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,9 @@
274274
#include "libwebp_undef.h"
275275
#include "src/dsp/ssim.c"
276276
#include "libwebp_undef.h"
277+
#define kWeight kWeightSSE2
277278
#include "src/dsp/ssim_sse2.c"
279+
#undef kWeight
278280
#include "libwebp_undef.h"
279281
#include "src/dsp/dec_neon.c"
280282
#include "libwebp_undef.h"

0 commit comments

Comments
 (0)