mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 474937 - Fix Windows crashes with video element caused by buggy mmx/sse optimisations - rs=roc
This commit is contained in:
parent
1ad9c9b132
commit
567ba71782
@ -48,10 +48,12 @@ FORCE_STATIC_LIB= 1
|
||||
DEFINES += -DTHEORA_DISABLE_ENCODE
|
||||
|
||||
ifeq ($(findstring 86,$(OS_TEST)), 86)
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
ifneq ($(OS_ARCH),SunOS)
|
||||
DEFINES += -DOC_X86ASM -DUSE_ASM
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
VPATH := $(srcdir) $(srcdir)/dec
|
||||
|
||||
@ -73,17 +75,6 @@ CSRCS = \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(findstring 86,$(OS_TEST)), 86)
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
VPATH += $(srcdir)/dec/x86_vc
|
||||
|
||||
CSRCS += \
|
||||
mmxfrag.c \
|
||||
mmxloopfilter.c \
|
||||
x86state.c \
|
||||
mmxstate.c \
|
||||
mmxidct.c \
|
||||
$(NULL)
|
||||
else
|
||||
VPATH += $(srcdir)/dec/x86
|
||||
|
||||
CSRCS += \
|
||||
@ -93,7 +84,6 @@ CSRCS += \
|
||||
mmxidct.c \
|
||||
$(NULL)
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user