1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00

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:
reimar 2006-11-10 22:08:27 +00:00
parent 7e9859825e
commit 5f82784a5c

View File

@ -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