[MPlayer-cvslog] r19534 - trunk/TOOLS/netstream/Makefile
diego
subversion at mplayerhq.hu
Fri Aug 25 17:09:33 CEST 2006
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
More information about the MPlayer-cvslog
mailing list