Mercurial > mplayer.hg
diff TOOLS/Makefile @ 25541:20e00af8f426
unrarlib.o no longer exists, link against unrar_exec.o.
author | diego |
---|---|
date | Tue, 01 Jan 2008 19:43:36 +0000 |
parents | 3e2fc119e4f4 |
children | 2118c88fe0e1 |
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.