# HG changeset patch # User diego # Date 1209460743 0 # Node ID 2603eac4aaa44a10d3668b2364ca24362fc2019b # Parent 098e4774b95172fde23e4cb138257628aee384ed Link tools against mp_msg-mencoder.o instead of mp_msg.o. The latter may depend on the GUI and cause link failures. diff -r 098e4774b951 -r 2603eac4aaa4 Makefile --- a/Makefile Tue Apr 29 08:53:08 2008 +0000 +++ b/Makefile Tue Apr 29 09:19:03 2008 +0000 @@ -924,7 +924,7 @@ 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