changeset 24122:0efabdc34ad4

Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL. patch by Ulion, ulion2002 gmail com
author diego
date Fri, 24 Aug 2007 12:49:59 +0000
parents 46fa9bcc6ccc
children 47f7591a2c8b
files loader/Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/loader/Makefile	Fri Aug 24 12:45:26 2007 +0000
+++ b/loader/Makefile	Fri Aug 24 12:49:59 2007 +0000
@@ -11,6 +11,8 @@
 # QTX emulation is not supported in Darwin
 ifneq ($(TARGET_OS),Darwin)
 SRCS_COMMON += wrapper.S
+else
+win32.o: CFLAGS += -mstackrealign
 endif
 endif