media/libtheora/lib/config.h

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /* config.h. Generated from config.h.in by configure. */
michael@0 2 /* config.h.in. Generated from configure.ac by autoheader. */
michael@0 3
michael@0 4 /* libcairo is available for visual debugging output */
michael@0 5 /* #undef HAVE_CAIRO */
michael@0 6
michael@0 7 /* Define to 1 if you have the <dlfcn.h> header file. */
michael@0 8 #define HAVE_DLFCN_H 1
michael@0 9
michael@0 10 /* Define to 1 if you have the <inttypes.h> header file. */
michael@0 11 #define HAVE_INTTYPES_H 1
michael@0 12
michael@0 13 /* Define to 1 if you have the <machine/soundcard.h> header file. */
michael@0 14 /* #undef HAVE_MACHINE_SOUNDCARD_H */
michael@0 15
michael@0 16 /* Define to 1 if you have the <memory.h> header file. */
michael@0 17 #define HAVE_MEMORY_H 1
michael@0 18
michael@0 19 /* Define to 1 if you have the <soundcard.h> header file. */
michael@0 20 /* #undef HAVE_SOUNDCARD_H */
michael@0 21
michael@0 22 /* Define to 1 if you have the <stdint.h> header file. */
michael@0 23 #define HAVE_STDINT_H 1
michael@0 24
michael@0 25 /* Define to 1 if you have the <stdlib.h> header file. */
michael@0 26 #define HAVE_STDLIB_H 1
michael@0 27
michael@0 28 /* Define to 1 if you have the <strings.h> header file. */
michael@0 29 #define HAVE_STRINGS_H 1
michael@0 30
michael@0 31 /* Define to 1 if you have the <string.h> header file. */
michael@0 32 #define HAVE_STRING_H 1
michael@0 33
michael@0 34 /* Define to 1 if you have the <sys/soundcard.h> header file. */
michael@0 35 #define HAVE_SYS_SOUNDCARD_H 1
michael@0 36
michael@0 37 /* Define to 1 if you have the <sys/stat.h> header file. */
michael@0 38 #define HAVE_SYS_STAT_H 1
michael@0 39
michael@0 40 /* Define to 1 if you have the <sys/types.h> header file. */
michael@0 41 #define HAVE_SYS_TYPES_H 1
michael@0 42
michael@0 43 /* Define to 1 if you have the <unistd.h> header file. */
michael@0 44 #define HAVE_UNISTD_H 1
michael@0 45
michael@0 46 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
michael@0 47 /* #undef NO_MINUS_C_MINUS_O */
michael@0 48
michael@0 49 /* make use of arm asm optimization */
michael@0 50
michael@0 51
michael@0 52 /* Define if assembler supports EDSP instructions */
michael@0 53
michael@0 54
michael@0 55 /* Define if assembler supports ARMv6 media instructions */
michael@0 56
michael@0 57
michael@0 58 /* Define if compiler supports NEON instructions */
michael@0 59
michael@0 60
michael@0 61 /* make use of c64x+ asm optimization */
michael@0 62 /* #undef OC_C64X_ASM */
michael@0 63
michael@0 64 /* make use of x86_64 asm optimization */
michael@0 65 /* #undef OC_X86_64_ASM */
michael@0 66
michael@0 67 /* make use of x86 asm optimization */
michael@0 68 /* #undef OC_X86_ASM */
michael@0 69
michael@0 70 /* Name of package */
michael@0 71 #define PACKAGE "libtheora"
michael@0 72
michael@0 73 /* Define to the address where bug reports for this package should be sent. */
michael@0 74 #define PACKAGE_BUGREPORT ""
michael@0 75
michael@0 76 /* Define to the full name of this package. */
michael@0 77 #define PACKAGE_NAME "libtheora"
michael@0 78
michael@0 79 /* Define to the full name and version of this package. */
michael@0 80 #define PACKAGE_STRING "libtheora 1.2.0alpha1+svn"
michael@0 81
michael@0 82 /* Define to the one symbol short name of this package. */
michael@0 83 #define PACKAGE_TARNAME "libtheora"
michael@0 84
michael@0 85 /* Define to the version of this package. */
michael@0 86 #define PACKAGE_VERSION "1.2.0alpha1+svn"
michael@0 87
michael@0 88 /* Define to 1 if you have the ANSI C header files. */
michael@0 89 #define STDC_HEADERS 1
michael@0 90
michael@0 91 /* Define to exclude encode support from the build */
michael@0 92 /* #undef THEORA_DISABLE_ENCODE */
michael@0 93
michael@0 94 /* Define to exclude floating point code from the build */
michael@0 95 /* #undef THEORA_DISABLE_FLOAT */
michael@0 96
michael@0 97 /* Version number of package */
michael@0 98 #define VERSION "1.2.0alpha1+svn"

mercurial