From 092b951e2302a145c2b91fcecf1ca16bf110b8b5 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 29 Apr 2008 09:19:03 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3