author | Jacek Caban <jacek@codeweavers.com> |
Thu, 29 Apr 2010 10:35:07 +0200 | |
changeset 41522 | 7bb5305ac392abccb0844836bae4dd4063dffd30 |
parent 41521 | 8b1842164185782ad587a4d341166950d99d5380 |
child 41523 | 972ec16052aa0e6b34e57ef8eda70b47c2082919 |
push id | unknown |
push user | unknown |
push date | unknown |
reviewers | roc |
bugs | 561344 |
milestone | 1.9.3a5pre |
--- a/gfx/ycbcr/Makefile.in +++ b/gfx/ycbcr/Makefile.in @@ -16,17 +16,17 @@ EXPORTS = chromium_types.h \ yuv_convert.h \ yuv_row.h \ $(NULL) CPPSRCS = yuv_convert.cpp \ yuv_row_c.cpp \ $(NULL) -ifeq ($(MOZ_WIDGET_TOOLKIT),windows) +ifdef _MSC_VER CPPSRCS += yuv_row_win.cpp \ $(NULL) else ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2) CPPSRCS += yuv_row_linux.cpp \ $(NULL) else ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)