From a325b6686d536278f90a0da6ef9ee44240b5c014 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 20 Sep 2004 16:13:13 +0000 Subject: [PATCH] added missing object to binary target. --- avi2swf/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avi2swf/Makefile.in b/avi2swf/Makefile.in index ac9aef0..98a936e 100644 --- a/avi2swf/Makefile.in +++ b/avi2swf/Makefile.in @@ -21,7 +21,7 @@ v2swf.o: v2swf.c ../lib/q.h $(C) $< -o $@ avi2swf: avi2swf.o v2swf.o videoreader_avifile.o videoreader_vfw.o ../lib/q.o - $(LL) avi2swf.o v2swf.o videoreader_avifile.o ../lib/q.o -o avi2swf ../lib/librfxswf.a $(LIBS) $(VIDEO_LIBS) + $(LL) avi2swf.o v2swf.o videoreader_avifile.o videoreader_vfw.o ../lib/q.o -o avi2swf ../lib/librfxswf.a $(LIBS) $(VIDEO_LIBS) $(STRIP) avi2swf install: -- 1.7.10.4