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:
5b709a6
)
added VIDEO_CFLAGS to videoreader_vfw compilation.
author
kramm
<kramm>
Mon, 20 Sep 2004 16:12:34 +0000
(16:12 +0000)
committer
kramm
<kramm>
Mon, 20 Sep 2004 16:12:34 +0000
(16:12 +0000)
avi2swf/Makefile.in
patch
|
blob
|
history
diff --git
a/avi2swf/Makefile.in
b/avi2swf/Makefile.in
index
0e9dab1
..
592e26e
100644
(file)
--- a/
avi2swf/Makefile.in
+++ b/
avi2swf/Makefile.in
@@
-10,8
+10,9
@@
all: avi2swf
videoreader_avifile.o: videoreader_avifile.cc
$(CC) $(VIDEO_CFLAGS) $< -o $@
+
videoreader_vfw.o: videoreader_v2w.cc
- $(CC) $< -o $@
+ $(CC) $(VIDEO_CFLAGS) $< -o $@
avi2swf.o: avi2swf.cc
$(CC) $< -o $@