Mercurial > mplayer.hg
changeset 26334:b7732b0221ed
Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.
author | diego |
---|---|
date | Wed, 09 Apr 2008 16:42:18 +0000 |
parents | 701c023d18c3 |
children | cd660a9aefc5 |
files | TOOLS/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/Makefile Wed Apr 09 16:39:07 2008 +0000 +++ b/TOOLS/Makefile Wed Apr 09 16:42:18 2008 +0000 @@ -21,7 +21,7 @@ subrip$(EXESUF): subrip.c $(CC) $(CFLAGS) -o $@ $< ../vobsub.o ../spudec.o \ ../unrar_exec.o ../libswscale/libswscale.a ../libavutil/libavutil.a \ - ../libmpcodecs/img_format.o $(COMMON_LIBS) + $(COMMON_LIBS) #FIXME: Linking is broken, help welcome. vivodump$(EXESUF): vivodump.c