[MPlayer-cvslog] r22658 - trunk/TOOLS/netstream/Makefile

diego subversion at mplayerhq.hu
Sat Mar 17 01:28:30 CET 2007


Author: diego
Date: Sat Mar 17 01:28:30 2007
New Revision: 22658

Modified:
   trunk/TOOLS/netstream/Makefile

Log:
Simplify link command.


Modified: trunk/TOOLS/netstream/Makefile
==============================================================================
--- trunk/TOOLS/netstream/Makefile	(original)
+++ trunk/TOOLS/netstream/Makefile	Sat Mar 17 01:28:30 2007
@@ -30,9 +30,8 @@ ifeq ($(TARGET_WIN32),yes)
 DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32
 endif
 
-netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/stream/stream.a netstream.o
-
-	$(CC) $(CFLAGS) netstream.o -o netstream $(DEPS)
+netstream: $(DEPS)
+	$(CC) -o $@ netstream.o $^
 
 clean:
 	rm -f *.o *.a *~



More information about the MPlayer-cvslog mailing list