X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Flame%2Fconfig_static.h;fp=lib%2Flame%2Fconfig_static.h;h=62c24ffdf598f307d7bede4df6063f9b6e42ef29;hp=0000000000000000000000000000000000000000;hb=698acf324aaa52147b1486646f6549ffd95804da;hpb=f8d07c79494e8536e682da73cee2057740a0e4db diff --git a/lib/lame/config_static.h b/lib/lame/config_static.h new file mode 100644 index 0000000..62c24ff --- /dev/null +++ b/lib/lame/config_static.h @@ -0,0 +1,124 @@ +/* Define if you have alloca, as a function or macro. */ +#define HAVE_ALLOCA 1 + +/* Define if you have and it should be used (not on Ultrix). */ +#define HAVE_ALLOCA_H 1 + +/* Define if the `long double' type works. */ +#define HAVE_LONG_DOUBLE 1 + +/* Define to `unsigned' if doesn't define. */ +/* #undef size_t */ + +/* Define if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Define if you can safely include both and . */ +#define TIME_WITH_SYS_TIME 1 + +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +/* #undef WORDS_BIGENDIAN */ + +/* #undef int8_t */ +#define uint8_t unsigned char +/* #undef int18_t */ +#define uint16_t unsigned short +/* #undef int32_t */ +#define uint32_t unsigned int +/* #undef int64_t */ +#define uint64_t unsigned long long +#define ieee854_float80_t long double +#define ieee754_float64_t double +#define ieee754_float32_t float + +/* The number of bytes in a double. */ +#define SIZEOF_DOUBLE 8 + +/* The number of bytes in a float. */ +#define SIZEOF_FLOAT 4 + +/* The number of bytes in a int. */ +#define SIZEOF_INT 4 + +/* The number of bytes in a long. */ +#define SIZEOF_LONG 4 + +/* The number of bytes in a long double. */ +/* #undef SIZEOF_LONG_DOUBLE */ + +/* The number of bytes in a long long. */ +#define SIZEOF_LONG_LONG 8 + +/* The number of bytes in a short. */ +#define SIZEOF_SHORT 2 + +/* The number of bytes in a unsigned int. */ +#define SIZEOF_UNSIGNED_INT 4 + +/* The number of bytes in a unsigned long. */ +#define SIZEOF_UNSIGNED_LONG 4 + +/* The number of bytes in a unsigned long long. */ +#define SIZEOF_UNSIGNED_LONG_LONG 8 + +/* The number of bytes in a unsigned short. */ +#define SIZEOF_UNSIGNED_SHORT 2 + +/* Define if you have the header file. */ +#define HAVE_ERRNO_H 1 + +/* Define if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define if you have the header file. */ +#define HAVE_LIMITS_H 1 + +/* Define if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define if you have the header file. */ +#define HAVE_SYS_TIME_H 1 + +/* Define if you have the header file. */ +#define HAVE_TERMCAP_H 1 + +/* Define if you have the header file. */ +#define HAVE_UNISTD_H 1 + +/* Name of package */ +#define PACKAGE "lame" + +/* Version number of package */ +#define VERSION "3.91" + +/* Define if compiler has function prototypes */ +#define PROTOTYPES 1 + +/* system has 80 bit floats */ +#define HAVE_IEEE854_FLOAT80 1 + +/* requested by Frank, seems to be temporary needed for a smooth transition */ +#define LAME_LIBRARY_BUILD 1 + +/* have working GTK */ +#define HAVE_GTK 1 + +/* build with layer 1 decoding */ +#define USE_LAYER_1 1 + +/* build with layer 2 decoding */ +#define USE_LAYER_2 1 + +/* enable VBR bitrate histogram */ +#define BRHIST 1 + +/* have termcap */ +#define HAVE_TERMCAP 1 + +/* IEEE754 compatible machine */ +#define TAKEHIRO_IEEE754_HACK 1 + +/* no debug build */ +#define NDEBUG 1 +