mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 11:12:56 +00:00
Rename LIBS variable to more standard name EXTRALIBS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22597 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b53a39af47
commit
caf8e251cd
@ -28,7 +28,7 @@ CFLAGS = -fPIC -I. -I.. $(OPTFLAGS)
|
||||
|
||||
ifeq ($(TARGET_OS),OpenBSD)
|
||||
ifeq ($(TARGET_ARCH_X86),yes)
|
||||
LIBS += -li386
|
||||
EXTRALIBS += -li386
|
||||
endif
|
||||
endif
|
||||
|
||||
@ -45,7 +45,7 @@ $(LIBNAME): $(OBJS_MPLAYER)
|
||||
ifeq ($(TARGET_WIN32),yes)
|
||||
$(AR) r $@ $^
|
||||
else
|
||||
$(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(LIBS)
|
||||
$(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(EXTRALIBS)
|
||||
ln -sf $@ $(SHORTNAME)
|
||||
ln -sf $@ $(VSHORTNAME)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user