mirror of https://github.com/mpv-player/mpv
Hack to make wrapper.S be compiled again. Someone who knows make please fix properly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20851 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7e9859825e
commit
5f82784a5c
|
@ -11,6 +11,7 @@ SRCS+= ldt_keeper.c pe_image.c module.c ext.c win32.c \
|
|||
endif
|
||||
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
OBJS := $(OBJS:.S=.o)
|
||||
|
||||
# gcc-3.0 produces buggy code for acmStreamOpen() with
|
||||
# "-O3 -fomit-frame-pointer" or "-O2 -fomit-frame-pointer
|
||||
|
|
Loading…
Reference in New Issue