summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-25 15:09:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-25 15:09:33 +0000
commit451f95c891706a50343e175866e0cef842d27ce0 (patch)
treea558faa9dad9bb2f1c73c65f072619f6ed176a20 /TOOLS
parent9313e59479758cae4090d4ed7ec7171fba9e34f3 (diff)
downloadmpv-451f95c891706a50343e175866e0cef842d27ce0.tar.bz2
mpv-451f95c891706a50343e175866e0cef842d27ce0.tar.xz
Remove redundant variable that is contained in COMMON_LIBS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19534 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index f9e087b1c1..81d37f08cf 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -36,7 +36,7 @@ DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
-lm \
ifeq ($(TARGET_WIN32),yes)
-DEPS += $(MPROOT)/osdep/glob-win.o $(WIN32_LIB) -lwsock32
+DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32
endif
netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/stream/stream.a netstream.o