diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-25 15:09:33 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-25 15:09:33 +0000 |
commit | 451f95c891706a50343e175866e0cef842d27ce0 (patch) | |
tree | a558faa9dad9bb2f1c73c65f072619f6ed176a20 /TOOLS/netstream | |
parent | 9313e59479758cae4090d4ed7ec7171fba9e34f3 (diff) |
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/netstream')
-rw-r--r-- | TOOLS/netstream/Makefile | 2 |
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 |