mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 611960 - bustage on Win64 after bug 583138 is landed. r=roc, a=roc
This commit is contained in:
parent
bcd49c3a7b
commit
8466507cd8
@ -2409,7 +2409,7 @@ index b5049a5..627b8cb 100644
|
||||
extern "C" {
|
||||
-
|
||||
-#if USE_MMX
|
||||
+#if defined(MOZILLA_COMPILE_WITH_SSE2)
|
||||
+#if defined(MOZILLA_COMPILE_WITH_SSE2) && defined(_M_IX86)
|
||||
__declspec(naked)
|
||||
void FastConvertYUVToRGB32Row(const uint8* y_buf,
|
||||
const uint8* u_buf,
|
||||
|
@ -12,7 +12,7 @@
|
||||
#define kCoefficientsRgbV kCoefficientsRgbY + 4096
|
||||
|
||||
extern "C" {
|
||||
#if defined(MOZILLA_COMPILE_WITH_SSE2)
|
||||
#if defined(MOZILLA_COMPILE_WITH_SSE2) && defined(_M_IX86)
|
||||
__declspec(naked)
|
||||
void FastConvertYUVToRGB32Row(const uint8* y_buf,
|
||||
const uint8* u_buf,
|
||||
|
Loading…
Reference in New Issue
Block a user