[MPlayer-cvslog] r26596 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue Apr 29 11:19:03 CEST 2008
Author: diego
Date: Tue Apr 29 11:19:03 2008
New Revision: 26596
Log:
Link tools against mp_msg-mencoder.o instead of mp_msg.o.
The latter may depend on the GUI and cause link failures.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Apr 29 11:19:03 2008
@@ -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
More information about the MPlayer-cvslog
mailing list