25 Aug
2006
25 Aug
'06
11:09 a.m.
Author: diego Date: Fri Aug 25 17:09:33 2006 New Revision: 19534 Modified: trunk/TOOLS/netstream/Makefile Log: Remove redundant variable that is contained in COMMON_LIBS. Modified: trunk/TOOLS/netstream/Makefile ============================================================================== --- trunk/TOOLS/netstream/Makefile (original) +++ trunk/TOOLS/netstream/Makefile Fri Aug 25 17:09:33 2006 @@ -36,7 +36,7 @@ -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