[MPlayer-cvslog] r26366 - trunk/TOOLS/Makefile
diego
subversion at mplayerhq.hu
Wed Apr 9 18:42:18 CEST 2008
Author: diego
Date: Wed Apr 9 18:42:18 2008
New Revision: 26366
Log:
Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.
Modified:
trunk/TOOLS/Makefile
Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile (original)
+++ trunk/TOOLS/Makefile Wed Apr 9 18:42:18 2008
@@ -21,7 +21,7 @@ all: $(OBJS)
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
More information about the MPlayer-cvslog
mailing list