X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=avi2swf%2Favi2swf.cc;h=d231762c67541eea615d3db9d00c30d94d4ecec5;hb=81dea7722324a9ad4db6bab4b0b4019ab6fcee91;hp=48dc921a5a391e45bc35965b3bfb94023498f94a;hpb=5f8164451a5c4401126a7118df0b4561346d276f;p=swftools.git diff --git a/avi2swf/avi2swf.cc b/avi2swf/avi2swf.cc index 48dc921..d231762 100644 --- a/avi2swf/avi2swf.cc +++ b/avi2swf/avi2swf.cc @@ -41,7 +41,14 @@ extern "C" { #include "../lib/q.h" #undef HAVE_CONFIG_H -#include + +#ifdef HAVE_VERSION_H + #include +#endif +#ifdef HAVE_AVIFILE_VERSION_H + #include +#endif + #if (AVIFILE_MAJOR_VERSION == 0) && (AVIFILE_MINOR_VERSION>=6) #include #include @@ -181,7 +188,7 @@ void args_callback_usage(char *name) printf("-p , --flip Turn movie upside down\n"); printf("-q , --quality Set the quality to . (0-100, 0=worst, 100=best, default:80)\n"); printf("-x , --extragood Enable some *very* expensive compression strategies.\n"); - printf("-T , --flashversion Set output flash version to . Notice: H.263 compression will only be\n"); + printf("-T , --flashversion Set output flash version to .\n"); printf("-V , --version Print program version and exit\n"); printf("\n"); }