git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd6ab6
)
added missing object to binary target.
author
kramm
<kramm>
Mon, 20 Sep 2004 16:13:13 +0000
(16:13 +0000)
committer
kramm
<kramm>
Mon, 20 Sep 2004 16:13:13 +0000
(16:13 +0000)
avi2swf/Makefile.in
patch
|
blob
|
history
diff --git
a/avi2swf/Makefile.in
b/avi2swf/Makefile.in
index
ac9aef0
..
98a936e
100644
(file)
--- 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: