# HG changeset patch # User diego # Date 1187959799 0 # Node ID 0efabdc34ad477315f3f4a3a133d7b4d2e7f8b14 # Parent 46fa9bcc6ccc70a3d2b7ef63661f6099e14ffd6e Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL. patch by Ulion, ulion2002 gmail com diff -r 46fa9bcc6ccc -r 0efabdc34ad4 loader/Makefile --- 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