Bug 501877 - Don't define USE_ASM on Windows x64. r=chris.double

This commit is contained in:
Makoto Kato 2009-07-28 19:48:21 +09:00
Родитель 1a0172a580
Коммит 05ee7e7e02
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -49,9 +49,11 @@ DEFINES += -DTHEORA_DISABLE_ENCODE
ifeq ($(findstring 86,$(OS_TEST)), 86)
ifneq ($(OS_ARCH),SunOS)
ifneq ($(OS_ARCH)$(OS_TEST),WINNTx86_64)
DEFINES += -DOC_X86ASM -DUSE_ASM
endif
endif
endif
VPATH := $(srcdir) $(srcdir)/dec
@ -74,6 +76,8 @@ CSRCS = \
ifeq ($(findstring 86,$(OS_TEST)), 86)
ifeq ($(OS_ARCH),WINNT)
ifeq (64,$(findstring 64,$(OS_TEST)))
else
VPATH += $(srcdir)/dec/x86_vc
CSRCS += \
@ -83,6 +87,7 @@ CSRCS += \
mmxstate.c \
mmxidct.c \
$(NULL)
endif
else
VPATH += $(srcdir)/dec/x86