[MPlayer-cvslog] r24221 - trunk/loader/Makefile
diego
subversion at mplayerhq.hu
Mon Aug 27 11:12:35 CEST 2007
Author: diego
Date: Mon Aug 27 11:12:35 2007
New Revision: 24221
Log:
Revert last commit, -mstackrealign was added in gcc 4.2 and should not
be used unconditionally.
Modified:
trunk/loader/Makefile
Modified: trunk/loader/Makefile
==============================================================================
--- trunk/loader/Makefile (original)
+++ trunk/loader/Makefile Mon Aug 27 11:12:35 2007
@@ -11,8 +11,6 @@ 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