summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-27 11:52:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-27 11:52:21 +0000
commit11caf018fd37afb783ad5aeb6d931f915a520b8b (patch)
treed931ace9956b04a7cd88f25a9f2f11ca88434013 /TOOLS
parentd75d0a5171eb53db2bfae0fd18d431bc0cf32375 (diff)
downloadmpv-11caf018fd37afb783ad5aeb6d931f915a520b8b.tar.bz2
mpv-11caf018fd37afb783ad5aeb6d931f915a520b8b.tar.xz
consistent linking order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24242 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index 0007b176af..469bb606a4 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -60,8 +60,8 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemux.a \
../m_option.o \
../m_struct.o \
../mp_msg.o \
- ../osdep/libosdep.a \
../mp_fifo.o \
+ ../osdep/libosdep.a \
-ltermcap -lm \
ifeq ($(TARGET_WIN32),yes)