fourcc -> avm_fourcc
[swftools.git] / avi2swf / videoreader_avifile.cc
index e37d167..371835d 100644 (file)
@@ -39,8 +39,8 @@
 #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