mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Ignore netstream and fix its compilation; remove object files on make clean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22874 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c38e260ff8
commit
cdcae64dc0
@ -65,11 +65,11 @@ ifeq ($(TARGET_WIN32),yes)
|
||||
NETSTREAM_DEPS += -lwsock32
|
||||
endif
|
||||
|
||||
netstream: $(NETSTREAM_DEPS)
|
||||
$(CC) -o $@ netstream.o $^
|
||||
netstream: netstream.o $(NETSTREAM_DEPS)
|
||||
$(CC) -o $@ $^
|
||||
|
||||
clean distclean:
|
||||
rm -f $(OBJS)
|
||||
rm -f fastmem-* fastmem2-* fastmemcpybench
|
||||
rm -f *.o *~ $(OBJS)
|
||||
rm -f fastmem-* fastmem2-* fastmemcpybench netstream
|
||||
rm -f cpuinfo$(EXESUF) bmovl-test$(EXESUF) vfw2menc$(EXESUF)
|
||||
rm -f $(REAL_TARGETS)
|
||||
|
Loading…
Reference in New Issue
Block a user