This commit is contained in:
Chris Pearce 2010-06-17 11:04:01 +12:00
Родитель 894e14d755 cb4b0092aa
Коммит eeb5d25de1
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -30,13 +30,8 @@ CPPSRCS += yuv_row_linux.cpp \
$(NULL)
else
ifeq ($(OS_ARCH),Darwin)
ifeq ($(OS_TEST),x86_64)
CPPSRCS += yuv_row_linux.cpp \
$(NULL)
else
CPPSRCS += yuv_row_mac.cpp \
$(NULL)
endif
else
CPPSRCS += yuv_row_other.cpp \
$(NULL)