Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
MPlayer
> MPlayer-fix_tools.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File MPlayer-fix_tools.patch of Package MPlayer (Revision 2)
Currently displaying revision
2
,
show latest
--- Makefile.orig 2010-08-06 00:34:49.000000000 +0200 +++ Makefile 2010-08-06 08:49:08.000000000 +0200 @@ -1009,13 +1009,13 @@ ###### tests / tools ####### -TEST_OBJS = mp_msg.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm +TEST_OBJS = mp_msg.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h $(TEST_OBJS) - $(CC) -I. -DTESTING -o $@ $^ + $(CC) -I. -DTESTING -o $@ $^ -ltermcap -lm codecs2html$(EXESUF): codec-cfg.c help_mp.h $(TEST_OBJS) - $(CC) -I. -DCODECS2HTML -o $@ $^ + $(CC) -I. -DCODECS2HTML -o $@ $^ -ltermcap -lm libvo/aspecttest$(EXESUF): libvo/aspect.o libvo/geometry.o $(TEST_OBJS) @@ -1043,7 +1043,7 @@ TOOLS += TOOLS/fastmemcpybench TOOLS/modify_reg endif -ALLTOOLS = $(TOOLS) TOOLS/bmovl-test TOOLS/vfw2menc +ALLTOOLS = $(TOOLS) tools: $(addsuffix $(EXESUF),$(TOOLS)) alltools: $(addsuffix $(EXESUF),$(ALLTOOLS)) @@ -1055,7 +1055,11 @@ TOOLS/bmovl-test$(EXESUF): -lSDL_image TOOLS/subrip$(EXESUF): vobsub.o spudec.o unrar_exec.o libvo/aclib.o \ - libswscale/libswscale.a libavutil/libavutil.a $(TEST_OBJS) + libswscale/libswscale.a libavutil/libavutil.a $(TEST_OBJS) -lncurses -lm + +-lncurses: + +-lm: TOOLS/vfw2menc$(EXESUF): -lwinmm -lole32