mirror of https://github.com/mpv-player/mpv
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:
parent
c825b672f5
commit
a8753ff236
|
@ -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++
|
||||
|
||||
|
|
Loading…
Reference in New Issue