[MPlayer-cvslog] r24199 - trunk/TOOLS/Makefile
diego
subversion at mplayerhq.hu
Sat Aug 25 19:36:57 CEST 2007
Author: diego
Date: Sat Aug 25 19:36:57 2007
New Revision: 24199
Log:
Fix subrip and vivodump linking.
Modified:
trunk/TOOLS/Makefile
Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile (original)
+++ trunk/TOOLS/Makefile Sat Aug 25 19:36:57 2007
@@ -17,12 +17,14 @@ all: $(OBJS)
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
More information about the MPlayer-cvslog
mailing list