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

reimar subversion at mplayerhq.hu
Sun Dec 17 00:59:06 CET 2006


Author: reimar
Date: Sun Dec 17 00:59:06 2006
New Revision: 21640

Modified:
   trunk/loader/Makefile

Log:
Fix crashes in loader code: There is still some code that can not handle frame pointers
And next time think thrice before changing loader Makefiles!!!


Modified: trunk/loader/Makefile
==============================================================================
--- trunk/loader/Makefile	(original)
+++ trunk/loader/Makefile	Sun Dec 17 00:59:06 2006
@@ -31,6 +31,8 @@
 
 include ../mpcommon.mak
 
+CFLAGS+=-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
+
 dshow/test: dshow/test.c $(LIBNAME)
 	$(CC) $(CFLAGS) -o $@ $^ -lstdc++
 



More information about the MPlayer-cvslog mailing list