mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Simplify link command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22658 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1d202f4de6
commit
d4d454e307
@ -30,9 +30,8 @@ ifeq ($(TARGET_WIN32),yes)
|
||||
DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32
|
||||
endif
|
||||
|
||||
netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/stream/stream.a netstream.o
|
||||
|
||||
$(CC) $(CFLAGS) netstream.o -o netstream $(DEPS)
|
||||
netstream: $(DEPS)
|
||||
$(CC) -o $@ netstream.o $^
|
||||
|
||||
clean:
|
||||
rm -f *.o *.a *~
|
||||
|
Loading…
Reference in New Issue
Block a user