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:
7aa1118
)
added HAVE_AVIFILE #define.
author
kramm
<kramm>
Mon, 20 Sep 2004 16:24:43 +0000
(16:24 +0000)
committer
kramm
<kramm>
Mon, 20 Sep 2004 16:24:43 +0000
(16:24 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
747e7ae
..
4d1e504
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-220,6
+220,7
@@
RFX_CHECK_AVI2SWF
if test "x${AVIFILE}" = "xtrue"; then
VIDEO_LIBS="$VIDEO_LIBS $AVIFILE_LIBS"
VIDEO_CFLAGS="$VIDEO_CFLAGS $AVIFILE_CFLAGS"
+ AC_DEFINE_UNQUOTED(HAVE_AVIFILE, 1)
fi
if test "x${WIN32}" != "x"; then