# HG changeset patch # User diego # Date 1207759338 0 # Node ID b7732b0221ed90c8e7d1d7aafa9c8266a5be9a71 # Parent 701c023d18c3d12b88a4fa89622e4b9b97be1438 Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects. diff -r 701c023d18c3 -r b7732b0221ed TOOLS/Makefile --- a/TOOLS/Makefile Wed Apr 09 16:39:07 2008 +0000 +++ b/TOOLS/Makefile Wed Apr 09 16:42:18 2008 +0000 @@ -21,7 +21,7 @@ subrip$(EXESUF): subrip.c $(CC) $(CFLAGS) -o $@ $< ../vobsub.o ../spudec.o \ ../unrar_exec.o ../libswscale/libswscale.a ../libavutil/libavutil.a \ - ../libmpcodecs/img_format.o $(COMMON_LIBS) + $(COMMON_LIBS) #FIXME: Linking is broken, help welcome. vivodump$(EXESUF): vivodump.c