Mercurial > mplayer.hg
changeset 24179:bcd2f9d635b2
Fix subrip and vivodump linking.
author | diego |
---|---|
date | Sat, 25 Aug 2007 17:36:57 +0000 |
parents | 203b37804bbe |
children | 73aafdcc92fc |
files | TOOLS/Makefile |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/Makefile Sat Aug 25 17:34:19 2007 +0000 +++ b/TOOLS/Makefile Sat Aug 25 17:36:57 2007 +0000 @@ -17,12 +17,14 @@ subrip$(EXESUF): subrip.c $(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \ ../unrarlib.o ../libswscale/libswscale.a ../libavutil/libavutil.a \ - ../libmpcodecs/img_format.o ../osdep/getch2.o -ltermcap -lm + ../libmpcodecs/img_format.o ../osdep/getch2.o ../osdep/timer-lx.o \ + ../mp_fifo.o -ltermcap -lm #FIXME: Linking is broken, help welcome. vivodump$(EXESUF): vivodump.c $(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a \ - ../stream/stream.a ../osdep/getch2.o -ltermcap -lm + ../stream/stream.a ../osdep/getch2.o ../osdep/timer-lx.o \ + ../mp_fifo.o -ltermcap -lm fastmemcpybench: fastmemcpybench.c $(CC) $(CFLAGS) -g $< -o fastmem-mmx$(EXESUF) ../libvo/aclib.o -DNAME=\"mmx\" -DHAVE_MMX