[MPlayer-cvslog] r25569 - trunk/TOOLS/Makefile

diego subversion at mplayerhq.hu
Tue Jan 1 20:43:36 CET 2008


Author: diego
Date: Tue Jan  1 20:43:36 2008
New Revision: 25569

Log:
unrarlib.o no longer exists, link against unrar_exec.o.


Modified:
   trunk/TOOLS/Makefile

Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile	(original)
+++ trunk/TOOLS/Makefile	Tue Jan  1 20:43:36 2008
@@ -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.



More information about the MPlayer-cvslog mailing list