mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 12:25:03 +00:00
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
This commit is contained in:
parent
39723967ed
commit
092b951e23
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user