summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index 84570f2735..560ec026d7 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -59,10 +59,6 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemux.a \
../m_struct.o \
$(COMMON_LIBS)
-ifeq ($(TARGET_WIN32),yes)
-NETSTREAM_DEPS += -lwsock32
-endif
-
netstream: netstream.o $(NETSTREAM_DEPS)
$(CC) $(CFLAGS) -o $@ $^