mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 11:27:50 +00:00
85 lines
2.3 KiB
C
85 lines
2.3 KiB
C
/* Define if the newer avilib from transcode 0.6.10 should be used. */
|
|
#define HAVE_AVILIB0_6_10 1
|
|
|
|
/* Define to 1 if you have the <expat.h> header file. */
|
|
#define HAVE_EXPAT_H 1
|
|
|
|
/* Define if FLAC__stream_decoder_skip_single_frame exists */
|
|
#define HAVE_FLAC_DECODER_SKIP 1
|
|
|
|
/* Define to 1 if you have the <FLAC/format.h> header file. */
|
|
#define HAVE_FLAC_FORMAT_H 1
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
/* #undef HAVE_INTTYPES_H 0 */
|
|
|
|
/* Define to 1 if you have the <libintl.h> header file. */
|
|
/* #undef HAVE_INTTYPES_H */
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
/* Define to 1 if you have the <ogg/ogg.h> header file. */
|
|
#define HAVE_OGG_OGG_H 1
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
/* #undef HAVE_STDINT_H 0 */
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
/* #undef HAVE_UNISTD_H 0 */
|
|
|
|
/* Define to 1 if you have the <vorbis/codec.h> header file. */
|
|
#define HAVE_VORBIS_CODEC_H 1
|
|
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
#define HAVE_ZLIB_H 1
|
|
|
|
/* Define as const if the declaration of iconv() needs const. */
|
|
#define ICONV_CONST const
|
|
|
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
|
/* #undef NO_MINUS_C_MINUS_O */
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "mkvtoolnix"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT ""
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME ""
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING ""
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME ""
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION ""
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Version number of package */
|
|
#define VERSION "1.2.0"
|
|
|
|
/* big endian system */
|
|
/* #undef WORDS_BIGENDIAN */
|
|
|