mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 02:48:48 +00:00
Bug 1027323 - Fix the libyuv linking issues with clang-cl; r=jesup
This commit is contained in:
parent
fb71c96b76
commit
98c189f1bf
@ -2024,7 +2024,7 @@ void I422ToUYVYRow_C(const uint8* src_y,
|
||||
|
||||
#if !defined(LIBYUV_DISABLE_X86) && defined(HAS_I422TOARGBROW_SSSE3)
|
||||
// row_win.cc has asm version, but GCC uses 2 step wrapper.
|
||||
#if defined(__x86_64__) || defined(__i386__)
|
||||
#if (defined(__x86_64__) || defined(__i386__)) && !defined(_MSC_VER)
|
||||
void I422ToRGB565Row_SSSE3(const uint8* src_y,
|
||||
const uint8* src_u,
|
||||
const uint8* src_v,
|
||||
|
Loading…
x
Reference in New Issue
Block a user