summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-29 09:19:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-29 09:19:03 +0000
commit092b951e2302a145c2b91fcecf1ca16bf110b8b5 (patch)
tree3bf07d7a3b5ccb943e9578f4299d8361f6fa2f7a /Makefile
parent39723967edd26d79f1c44af15e08eb2ae8bc1066 (diff)
downloadmpv-092b951e2302a145c2b91fcecf1ca16bf110b8b5.tar.bz2
mpv-092b951e2302a145c2b91fcecf1ca16bf110b8b5.tar.xz
Link tools against mp_msg-mencoder.o instead of mp_msg.o.
The latter may depend on the GUI and cause link failures. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26596 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79d5ee3197..cb361f74da 100644
--- a/Makefile
+++ b/Makefile
@@ -924,7 +924,7 @@ ALLTOOLS = $(TOOLS) \
tools: $(TOOLS)
alltools: $(ALLTOOLS)
-TOOLS_COMMON_LIBS = mp_msg.o mp_fifo.o osdep/$(TIMER) osdep/$(GETCH) \
+TOOLS_COMMON_LIBS = mp_msg-mencoder.o mp_fifo.o osdep/$(TIMER) osdep/$(GETCH) \
-ltermcap -lm
TOOLS/bmovl-test$(EXESUF): TOOLS/bmovl-test.c -lSDL_image