11b362b15af34006e6a11974088a46d42b903418eJohann/* Copyright (c) 2011 The WebM project authors. All Rights Reserved. */
21b362b15af34006e6a11974088a46d42b903418eJohann/*  */
31b362b15af34006e6a11974088a46d42b903418eJohann/* Use of this source code is governed by a BSD-style license */
41b362b15af34006e6a11974088a46d42b903418eJohann/* that can be found in the LICENSE file in the root of the source */
51b362b15af34006e6a11974088a46d42b903418eJohann/* tree. An additional intellectual property rights grant can be found */
61b362b15af34006e6a11974088a46d42b903418eJohann/* in the file PATENTS.  All contributing project authors may */
71b362b15af34006e6a11974088a46d42b903418eJohann/* be found in the AUTHORS file in the root of the source tree. */
890d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber/* This file automatically generated by configure. Do not edit! */
91b362b15af34006e6a11974088a46d42b903418eJohann#ifndef VPX_CONFIG_H
101b362b15af34006e6a11974088a46d42b903418eJohann#define VPX_CONFIG_H
1190d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define RESTRICT
12ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#define INLINE      __inline__ __attribute__((always_inline))
1390d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define ARCH_ARM 1
14f8070e5af95989e60087d53322960db55374c95aAndreas Huber#define ARCH_MIPS 0
15f8070e5af95989e60087d53322960db55374c95aAndreas Huber#define ARCH_X86 0
16f8070e5af95989e60087d53322960db55374c95aAndreas Huber#define ARCH_X86_64 0
17f8070e5af95989e60087d53322960db55374c95aAndreas Huber#define ARCH_PPC32 0
18f8070e5af95989e60087d53322960db55374c95aAndreas Huber#define ARCH_PPC64 0
191b362b15af34006e6a11974088a46d42b903418eJohann#define HAVE_EDSP 1
201b362b15af34006e6a11974088a46d42b903418eJohann#define HAVE_MEDIA 1
211b362b15af34006e6a11974088a46d42b903418eJohann#define HAVE_NEON 0
221b362b15af34006e6a11974088a46d42b903418eJohann#define HAVE_MIPS32 0
231b362b15af34006e6a11974088a46d42b903418eJohann#define HAVE_DSPR2 0
2490d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_MMX 0
2590d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_SSE 0
2690d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_SSE2 0
2790d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_SSE3 0
2890d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_SSSE3 0
291b362b15af34006e6a11974088a46d42b903418eJohann#define HAVE_SSE4_1 0
305ae7ac49f08a179e4f054d99fcfc9dce78d26e58hkuang#define HAVE_AVX 0
315ae7ac49f08a179e4f054d99fcfc9dce78d26e58hkuang#define HAVE_AVX2 0
3290d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_ALTIVEC 0
3390d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_VPX_PORTS 1
3490d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_STDINT_H 1
3590d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_ALT_TREE_LAYOUT 0
3690d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_PTHREAD_H 1
3790d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define HAVE_SYS_MMAN_H 1
381b362b15af34006e6a11974088a46d42b903418eJohann#define HAVE_UNISTD_H 1
3990d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_EXTERNAL_BUILD 0
40ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#define CONFIG_INSTALL_DOCS 0
4190d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_INSTALL_BINS 1
4290d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_INSTALL_LIBS 1
431b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_INSTALL_SRCS 0
44f3bed9137f66ef693bd406e43b17e9a1114f1e14hkuang#define CONFIG_USE_X86INC 1
4590d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_DEBUG 0
4690d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_GPROF 0
4790d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_GCOV 0
4890d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_RVCT 0
491b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_GCC 1
5090d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_MSVS 0
511b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_PIC 1
5290d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_BIG_ENDIAN 0
5390d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_CODEC_SRCS 0
5490d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_DEBUG_LIBS 0
5590d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_FAST_UNALIGNED 1
5690d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_MEM_MANAGER 0
5790d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_MEM_TRACKER 0
5890d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_MEM_CHECKS 0
5990d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_DEQUANT_TOKENS 0
6090d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_DC_RECON 0
6190d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_RUNTIME_CPU_DETECT 0
6290d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_POSTPROC 0
631184aebb761cbeac9124c37189a80a1a58f04b6bhkuang#define CONFIG_VP9_POSTPROC 0
6490d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_MULTITHREAD 1
651b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_INTERNAL_STATS 0
66ca15b5fc158a9df465aaf1acfe38d8cb5042c81bKunter Gultekin#define CONFIG_VP8_ENCODER 1
6790d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_VP8_DECODER 1
68b08e2e23eec181e9951df33cd704ac294c5407b6Vignesh Venkatasubramanian#define CONFIG_VP9_ENCODER 1
69ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#define CONFIG_VP9_DECODER 1
7090d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_VP8 1
71ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#define CONFIG_VP9 1
72ca15b5fc158a9df465aaf1acfe38d8cb5042c81bKunter Gultekin#define CONFIG_ENCODERS 1
7390d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_DECODERS 1
7490d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_STATIC_MSVCRT 0
7590d3ed91ae9228e1c8bab561b6138d4cb8c1e4fdAndreas Huber#define CONFIG_SPATIAL_RESAMPLING 1
761b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_REALTIME_ONLY 1
771b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_ONTHEFLY_BITPACKING 0
781b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_ERROR_CONCEALMENT 0
791b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_SHARED 0
801b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_STATIC 1
811b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_SMALL 0
821b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_POSTPROC_VISUALIZER 0
831b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_OS_SUPPORT 1
841b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_UNIT_TESTS 0
85a72801d7d92ababb50eecf27a36bd222d031d2feVignesh Venkatasubramanian#define CONFIG_WEBM_IO 1
86b08e2e23eec181e9951df33cd704ac294c5407b6Vignesh Venkatasubramanian#define CONFIG_DECODE_PERF_TESTS 0
871b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_MULTI_RES_ENCODING 0
881b362b15af34006e6a11974088a46d42b903418eJohann#define CONFIG_TEMPORAL_DENOISING 1
89ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#define CONFIG_EXPERIMENTAL 0
90ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#define CONFIG_DECRYPT 0
91ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#define CONFIG_MULTIPLE_ARF 0
92ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#define CONFIG_ALPHA 0
931b362b15af34006e6a11974088a46d42b903418eJohann#endif /* VPX_CONFIG_H */
94