# HG changeset patch # User diego # Date 1199216616 0 # Node ID 20e00af8f426e31929c8b87e4e1d33fcd2ae5ce8 # Parent dfca45ad93262cd8aed38c8a492774a23c1d8174 unrarlib.o no longer exists, link against unrar_exec.o. diff -r dfca45ad9326 -r 20e00af8f426 TOOLS/Makefile --- a/TOOLS/Makefile Tue Jan 01 19:36:23 2008 +0000 +++ b/TOOLS/Makefile Tue Jan 01 19:43:36 2008 +0000 @@ -18,7 +18,7 @@ subrip$(EXESUF): subrip.c $(CC) $(CFLAGS) -o $@ $< ../vobsub.o ../spudec.o \ - ../unrarlib.o ../libswscale/libswscale.a ../libavutil/libavutil.a \ + ../unrar_exec.o ../libswscale/libswscale.a ../libavutil/libavutil.a \ ../libmpcodecs/img_format.o $(COMMON_LIBS) #FIXME: Linking is broken, help welcome.