changeset 25541:20e00af8f426

unrarlib.o no longer exists, link against unrar_exec.o.
author diego
date Tue, 01 Jan 2008 19:43:36 +0000
parents dfca45ad9326
children 92a795af2600
files TOOLS/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.