media/libtheora/lib/config.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/media/libtheora/lib/config.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,98 @@
     1.4 +/* config.h.  Generated from config.h.in by configure.  */
     1.5 +/* config.h.in.  Generated from configure.ac by autoheader.  */
     1.6 +
     1.7 +/* libcairo is available for visual debugging output */
     1.8 +/* #undef HAVE_CAIRO */
     1.9 +
    1.10 +/* Define to 1 if you have the <dlfcn.h> header file. */
    1.11 +#define HAVE_DLFCN_H 1
    1.12 +
    1.13 +/* Define to 1 if you have the <inttypes.h> header file. */
    1.14 +#define HAVE_INTTYPES_H 1
    1.15 +
    1.16 +/* Define to 1 if you have the <machine/soundcard.h> header file. */
    1.17 +/* #undef HAVE_MACHINE_SOUNDCARD_H */
    1.18 +
    1.19 +/* Define to 1 if you have the <memory.h> header file. */
    1.20 +#define HAVE_MEMORY_H 1
    1.21 +
    1.22 +/* Define to 1 if you have the <soundcard.h> header file. */
    1.23 +/* #undef HAVE_SOUNDCARD_H */
    1.24 +
    1.25 +/* Define to 1 if you have the <stdint.h> header file. */
    1.26 +#define HAVE_STDINT_H 1
    1.27 +
    1.28 +/* Define to 1 if you have the <stdlib.h> header file. */
    1.29 +#define HAVE_STDLIB_H 1
    1.30 +
    1.31 +/* Define to 1 if you have the <strings.h> header file. */
    1.32 +#define HAVE_STRINGS_H 1
    1.33 +
    1.34 +/* Define to 1 if you have the <string.h> header file. */
    1.35 +#define HAVE_STRING_H 1
    1.36 +
    1.37 +/* Define to 1 if you have the <sys/soundcard.h> header file. */
    1.38 +#define HAVE_SYS_SOUNDCARD_H 1
    1.39 +
    1.40 +/* Define to 1 if you have the <sys/stat.h> header file. */
    1.41 +#define HAVE_SYS_STAT_H 1
    1.42 +
    1.43 +/* Define to 1 if you have the <sys/types.h> header file. */
    1.44 +#define HAVE_SYS_TYPES_H 1
    1.45 +
    1.46 +/* Define to 1 if you have the <unistd.h> header file. */
    1.47 +#define HAVE_UNISTD_H 1
    1.48 +
    1.49 +/* Define to 1 if your C compiler doesn't accept -c and -o together. */
    1.50 +/* #undef NO_MINUS_C_MINUS_O */
    1.51 +
    1.52 +/* make use of arm asm optimization */
    1.53 + 
    1.54 +
    1.55 +/* Define if assembler supports EDSP instructions */
    1.56 +
    1.57 +
    1.58 +/* Define if assembler supports ARMv6 media instructions */
    1.59 +
    1.60 +
    1.61 +/* Define if compiler supports NEON instructions */
    1.62 +
    1.63 +
    1.64 +/* make use of c64x+ asm optimization */
    1.65 +/* #undef OC_C64X_ASM */
    1.66 +
    1.67 +/* make use of x86_64 asm optimization */
    1.68 +/* #undef OC_X86_64_ASM */
    1.69 +
    1.70 +/* make use of x86 asm optimization */
    1.71 +/* #undef OC_X86_ASM */
    1.72 +
    1.73 +/* Name of package */
    1.74 +#define PACKAGE "libtheora"
    1.75 +
    1.76 +/* Define to the address where bug reports for this package should be sent. */
    1.77 +#define PACKAGE_BUGREPORT ""
    1.78 +
    1.79 +/* Define to the full name of this package. */
    1.80 +#define PACKAGE_NAME "libtheora"
    1.81 +
    1.82 +/* Define to the full name and version of this package. */
    1.83 +#define PACKAGE_STRING "libtheora 1.2.0alpha1+svn"
    1.84 +
    1.85 +/* Define to the one symbol short name of this package. */
    1.86 +#define PACKAGE_TARNAME "libtheora"
    1.87 +
    1.88 +/* Define to the version of this package. */
    1.89 +#define PACKAGE_VERSION "1.2.0alpha1+svn"
    1.90 +
    1.91 +/* Define to 1 if you have the ANSI C header files. */
    1.92 +#define STDC_HEADERS 1
    1.93 +
    1.94 +/* Define to exclude encode support from the build */
    1.95 +/* #undef THEORA_DISABLE_ENCODE */
    1.96 +
    1.97 +/* Define to exclude floating point code from the build */
    1.98 +/* #undef THEORA_DISABLE_FLOAT */
    1.99 +
   1.100 +/* Version number of package */
   1.101 +#define VERSION "1.2.0alpha1+svn"

mercurial