From 9cf25c26ad7b2ca7cc91f9dd932b6da448ef0ce1 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 19:43:36 +0000 Subject: unrarlib.o no longer exists, link against unrar_exec.o. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25569 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/Makefile b/TOOLS/Makefile index b4cd5f855c..e2d3a2cd35 100644 --- a/TOOLS/Makefile +++ b/TOOLS/Makefile @@ -18,7 +18,7 @@ all: $(OBJS) 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. -- cgit v1.2.3