зеркало из https://github.com/mozilla/gecko-dev.git
Bug 561412 - new yuv -> rgb conversion code assumes GTK=linux. r=roc
This commit is contained in:
Родитель
09bdf2850f
Коммит
2bc8d85dbd
|
@ -25,19 +25,19 @@ ifdef _MSC_VER
|
|||
CPPSRCS += yuv_row_win.cpp \
|
||||
$(NULL)
|
||||
else
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
ifeq ($(OS_ARCH),Linux)
|
||||
CPPSRCS += yuv_row_linux.cpp \
|
||||
$(NULL)
|
||||
else
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
CPPSRCS += yuv_row_mac.cpp \
|
||||
$(NULL)
|
||||
else
|
||||
CPPSRCS += yuv_row_other.cpp \
|
||||
$(NULL)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif # mac
|
||||
endif # linux
|
||||
endif # windows
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(LIBS_DIR) \
|
||||
|
|
Загрузка…
Ссылка в новой задаче