X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=avi2swf%2FMakefile.in;h=98a936e8c9181d99523f08071f916ea471425fc0;hb=a325b6686d536278f90a0da6ef9ee44240b5c014;hp=592e26eec48ef57af7abde1a58f4848db6820215;hpb=6b087f754c9bbe53191ee640fc3f6081725309fe;p=swftools.git diff --git a/avi2swf/Makefile.in b/avi2swf/Makefile.in index 592e26e..98a936e 100644 --- a/avi2swf/Makefile.in +++ b/avi2swf/Makefile.in @@ -11,7 +11,7 @@ all: avi2swf videoreader_avifile.o: videoreader_avifile.cc $(CC) $(VIDEO_CFLAGS) $< -o $@ -videoreader_vfw.o: videoreader_v2w.cc +videoreader_vfw.o: videoreader_vfw.cc $(CC) $(VIDEO_CFLAGS) $< -o $@ avi2swf.o: avi2swf.cc @@ -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: