Mercurial > mplayer.hg
changeset 26564:2603eac4aaa4
Link tools against mp_msg-mencoder.o instead of mp_msg.o.
The latter may depend on the GUI and cause link failures.
author | diego |
---|---|
date | Tue, 29 Apr 2008 09:19:03 +0000 |
parents | 098e4774b951 |
children | 1c3643fb29da |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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