зеркало из https://github.com/mozilla/pjs.git
Bug 501877 - Don't define USE_ASM on Windows x64. r=chris.double
This commit is contained in:
Родитель
1a0172a580
Коммит
05ee7e7e02
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче