From: kramm Date: Sun, 28 Oct 2001 16:58:04 +0000 (+0000) Subject: * fixed a typo in the header X-Git-Tag: release-0-1-0~106 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=d92b15aa925987947157838544419a1881885399 * fixed a typo in the header * new config option: config.antistream --- diff --git a/src/settings.h b/src/settings.h index da73a71..e37b4c2 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,5 +1,5 @@ /* args.h - Settings for swfcombine. This is deliberately not named "config.h" to + Settings for swfcombine. This file is deliberately not named "config.h" to avoid conflicts with GNU autoconf. Part of the swftools package. @@ -16,6 +16,7 @@ struct config_t char alloctest; char clip; char stack; + char antistream; int loglevel; int movex; int movey;