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:
3e77048
)
avifile fixes.
author
kramm
<kramm>
Thu, 6 Jun 2002 10:57:29 +0000
(10:57 +0000)
committer
kramm
<kramm>
Thu, 6 Jun 2002 10:57:29 +0000
(10:57 +0000)
m4/swf.m4
patch
|
blob
|
history
diff --git
a/m4/swf.m4
b/m4/swf.m4
index
d304e4e
..
96b91a1
100644
(file)
--- a/
m4/swf.m4
+++ b/
m4/swf.m4
@@
-79,7
+79,7
@@
AC_MSG_CHECKING([whether we can compile the avifile test program])
cat > conftest.$ac_ext << EOF
#include <avifile/version.h>
-#if (AVIFILE_MAJOR_VERSION == 0) && (AVIFILE_MINOR_VERSION==6)
+#if (AVIFILE_MAJOR_VERSION == 0) && (AVIFILE_MINOR_VERSION>=6)
#include <avifile.h>
#include <aviplay.h>
#include <fourcc.h>