[MPlayer-dev-eng] [PATCH] Fix crash when using win32 codecs on mac osx / intel

Ulion ulion2002 at gmail.com
Fri Aug 24 13:15:08 CEST 2007


2007/8/24, Diego Biurrun <diego at biurrun.de>:
>
> I liked your previous patch better that integrated into the existing
> ifeq.  And now please remove the test for ARCH_X86.
>
> Diego

Index: loader/Makefile
===================================================================
--- loader/Makefile	(revision 24105)
+++ loader/Makefile	(working copy)
@@ -11,8 +11,12 @@
 # QTX emulation is not supported in Darwin
 ifneq ($(TARGET_OS),Darwin)
 SRCS_COMMON += wrapper.S
+else
+win32.o: CFLAGS += -mstackrealign
 endif
 endif

 SRCS_COMMON += dshow/DS_AudioDecoder.c \
                dshow/DS_Filter.c \


-- 
Ulion



More information about the MPlayer-dev-eng mailing list