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

diego subversion at mplayerhq.hu
Mon Mar 3 18:50:25 CET 2008


Author: diego
Date: Mon Mar  3 18:50:25 2008
New Revision: 26147

Log:
Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care
of setting it only when necessary anyway.


Modified:
   trunk/loader/Makefile

Modified: trunk/loader/Makefile
==============================================================================
--- trunk/loader/Makefile	(original)
+++ trunk/loader/Makefile	Mon Mar  3 18:50:25 2008
@@ -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 += $(CFLAG_STACKREALIGN)
 endif
 endif
 
@@ -34,6 +32,7 @@ SRCS_COMMON += dshow/DS_AudioDecoder.c \
 include ../mpcommon.mak
 
 CFLAGS+=-fno-omit-frame-pointer $(CFLAG_NO_OMIT_LEAF_FRAME_POINTER)
+win32.o: CFLAGS += $(CFLAG_STACKREALIGN)
 
 TEST_OBJS    = $(LIBNAME_COMMON) ../cpudetect.o ../mp_msg.o ../mp_fifo.o ../osdep/libosdep.a
 TEST_LDFLAGS = -ltermcap -ldl -lm -lpthread -g



More information about the MPlayer-cvslog mailing list