added VIDEO_CFLAGS to videoreader_vfw compilation.
authorkramm <kramm>
Mon, 20 Sep 2004 16:12:34 +0000 (16:12 +0000)
committerkramm <kramm>
Mon, 20 Sep 2004 16:12:34 +0000 (16:12 +0000)
avi2swf/Makefile.in

index 0e9dab1..592e26e 100644 (file)
@@ -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 $@