X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fsettings.h;h=05d185039100eac54cfa9d7e5f6f59479c11db53;hb=481f699009f197fcec789c94996f4d81fef364e0;hp=da73a716006fc52f01939c2ef58055d4103be72b;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git diff --git a/src/settings.h b/src/settings.h index da73a71..05d1850 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. @@ -8,17 +8,29 @@ This file is distributed under the GPL, see file COPYING for details */ -#ifndef __config_h__ -#define __config_h__ +#ifndef __settings_h__ +#define __settings_h__ struct config_t { char overlay; char alloctest; char clip; char stack; + char stack1; + char antistream; + char dummy; + char zlib; + char cat; + char merge; + char isframe; int loglevel; int movex; int movey; + int sizex; + char hassizex; + int sizey; + char hassizey; + int framerate; float scalex; float scaley; };