summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorkramm <kramm>2006-01-06 20:37:13 +0000
committerkramm <kramm>2006-01-06 20:37:13 +0000
commitd8cf9dbe80a3b21f0be51c358a74e7b9c7884814 (patch)
tree9fee94af7caadd27a02759da40d73f96a6092a64 /m4
parentd80e59af5dbc89b3f2b764b31811b9f423d7f4f2 (diff)
fourcc -> avm_fourcc
Diffstat (limited to 'm4')
-rw-r--r--m4/avi2swf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/avi2swf.m4 b/m4/avi2swf.m4
index 211846b0..7ba55320 100644
--- a/m4/avi2swf.m4
+++ b/m4/avi2swf.m4
@@ -38,8 +38,8 @@ $HAVE_AVIFILE_VERSION_H_DEFINE
#if (AVIFILE_MAJOR_VERSION == 0) && (AVIFILE_MINOR_VERSION>=6)
#include <avifile.h>
#include <aviplay.h>
- #include <fourcc.h>
- #include <creators.h>
+ #include <avm_fourcc.h>
+ #include <avm_creators.h>
#include <StreamInfo.h>
#define VERSION6
#else