From d92b15aa925987947157838544419a1881885399 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 28 Oct 2001 16:58:04 +0000 Subject: [PATCH] * fixed a typo in the header * new config option: config.antistream --- src/settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 1.7.10.4