Fix crashes in loader code: There is still some code that can not handle omitted frame pointers.

And next time think thrice before changing loader Makefiles!!!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21640 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-12-16 23:59:06 +00:00
parent c825b672f5
commit a8753ff236
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ SRCS+= dshow/DS_AudioDecoder.c \
include ../mpcommon.mak
CFLAGS+=-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
dshow/test: dshow/test.c $(LIBNAME)
$(CC) $(CFLAGS) -o $@ $^ -lstdc++