[MPlayer-cvslog] r24242 - trunk/TOOLS/Makefile

diego subversion at mplayerhq.hu
Mon Aug 27 13:52:21 CEST 2007


Author: diego
Date: Mon Aug 27 13:52:21 2007
New Revision: 24242

Log:
consistent linking order


Modified:
   trunk/TOOLS/Makefile

Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile	(original)
+++ trunk/TOOLS/Makefile	Mon Aug 27 13:52:21 2007
@@ -60,8 +60,8 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemu
                  ../m_option.o \
                  ../m_struct.o \
                  ../mp_msg.o \
-                 ../osdep/libosdep.a \
                  ../mp_fifo.o \
+                 ../osdep/libosdep.a \
                  -ltermcap -lm \
 
 ifeq ($(TARGET_WIN32),yes)



More information about the MPlayer-cvslog mailing list