1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-19 22:36:55 +00:00

fix previous patch.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7813 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eyck 2002-10-20 10:41:32 +00:00
parent 648f9130ff
commit 28ece2894f

View File

@ -34,7 +34,8 @@ endif
$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS)
#$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS)
$(CC) -shared -Wl,-soname -Wl,$(LIBNAME) -o $(LIBNAME) $(OBJS) $(LIBS)
ln -sf $(LIBNAME) $(SHORTNAME)
all: $(LIBNAME) $(SHORTNAME)