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