[MPlayer-cvslog] r24142 - trunk/loader/Makefile

diego subversion at mplayerhq.hu
Fri Aug 24 14:49:59 CEST 2007


Author: diego
Date: Fri Aug 24 14:49:59 2007
New Revision: 24142

Log:
Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.
patch by Ulion, ulion2002 gmail com


Modified:
   trunk/loader/Makefile

Modified: trunk/loader/Makefile
==============================================================================
--- trunk/loader/Makefile	(original)
+++ trunk/loader/Makefile	Fri Aug 24 14:49:59 2007
@@ -11,6 +11,8 @@ SRCS_COMMON += ldt_keeper.c pe_image.c m
 # QTX emulation is not supported in Darwin
 ifneq ($(TARGET_OS),Darwin)
 SRCS_COMMON += wrapper.S
+else
+win32.o: CFLAGS += -mstackrealign
 endif
 endif
 



More information about the MPlayer-cvslog mailing list