media/libvpx/vpx_config_generic-gnu.asm

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 @ This file was created from a .asm file
michael@0 2 @ using the ads2gas.pl script.
michael@0 3 .equ DO1STROUNDING, 0
michael@0 4 .equ ARCH_ARM , 0
michael@0 5 .equ ARCH_MIPS , 0
michael@0 6 .equ ARCH_X86 , 0
michael@0 7 .equ ARCH_X86_64 , 0
michael@0 8 .equ ARCH_PPC32 , 0
michael@0 9 .equ ARCH_PPC64 , 0
michael@0 10 .equ HAVE_EDSP , 0
michael@0 11 .equ HAVE_MEDIA , 0
michael@0 12 .equ HAVE_NEON , 0
michael@0 13 .equ HAVE_MIPS32 , 0
michael@0 14 .equ HAVE_DSPR2 , 0
michael@0 15 .equ HAVE_MMX , 0
michael@0 16 .equ HAVE_SSE , 0
michael@0 17 .equ HAVE_SSE2 , 0
michael@0 18 .equ HAVE_SSE3 , 0
michael@0 19 .equ HAVE_SSSE3 , 0
michael@0 20 .equ HAVE_SSE4_1 , 0
michael@0 21 .equ HAVE_AVX , 0
michael@0 22 .equ HAVE_AVX2 , 0
michael@0 23 .equ HAVE_ALTIVEC , 0
michael@0 24 .equ HAVE_VPX_PORTS , 1
michael@0 25 .equ HAVE_STDINT_H , 1
michael@0 26 .equ HAVE_ALT_TREE_LAYOUT , 0
michael@0 27 .equ HAVE_PTHREAD_H , 1
michael@0 28 .equ HAVE_SYS_MMAN_H , 1
michael@0 29 .equ HAVE_UNISTD_H , 1
michael@0 30 .equ CONFIG_EXTERNAL_BUILD , 0
michael@0 31 .equ CONFIG_INSTALL_DOCS , 0
michael@0 32 .equ CONFIG_INSTALL_BINS , 1
michael@0 33 .equ CONFIG_INSTALL_LIBS , 1
michael@0 34 .equ CONFIG_INSTALL_SRCS , 0
michael@0 35 .equ CONFIG_USE_X86INC , 1
michael@0 36 .equ CONFIG_DEBUG , 0
michael@0 37 .equ CONFIG_GPROF , 0
michael@0 38 .equ CONFIG_GCOV , 0
michael@0 39 .equ CONFIG_RVCT , 0
michael@0 40 .equ CONFIG_GCC , 1
michael@0 41 .equ CONFIG_MSVS , 0
michael@0 42 .equ CONFIG_PIC , 0
michael@0 43 .equ CONFIG_BIG_ENDIAN , 0
michael@0 44 .equ CONFIG_CODEC_SRCS , 0
michael@0 45 .equ CONFIG_DEBUG_LIBS , 0
michael@0 46 .equ CONFIG_FAST_UNALIGNED , 1
michael@0 47 .equ CONFIG_MEM_MANAGER , 0
michael@0 48 .equ CONFIG_MEM_TRACKER , 0
michael@0 49 .equ CONFIG_MEM_CHECKS , 0
michael@0 50 .equ CONFIG_MD5 , 1
michael@0 51 .equ CONFIG_DEQUANT_TOKENS , 0
michael@0 52 .equ CONFIG_DC_RECON , 0
michael@0 53 .equ CONFIG_RUNTIME_CPU_DETECT , 0
michael@0 54 .equ CONFIG_POSTPROC , 0
michael@0 55 .equ CONFIG_VP9_POSTPROC , 0
michael@0 56 .equ CONFIG_MULTITHREAD , 1
michael@0 57 .equ CONFIG_INTERNAL_STATS , 0
michael@0 58 .equ CONFIG_VP8_ENCODER , 1
michael@0 59 .equ CONFIG_VP8_DECODER , 1
michael@0 60 .equ CONFIG_VP9_ENCODER , 1
michael@0 61 .equ CONFIG_VP9_DECODER , 1
michael@0 62 .equ CONFIG_VP8 , 1
michael@0 63 .equ CONFIG_VP9 , 1
michael@0 64 .equ CONFIG_ENCODERS , 1
michael@0 65 .equ CONFIG_DECODERS , 1
michael@0 66 .equ CONFIG_STATIC_MSVCRT , 0
michael@0 67 .equ CONFIG_SPATIAL_RESAMPLING , 1
michael@0 68 .equ CONFIG_REALTIME_ONLY , 0
michael@0 69 .equ CONFIG_ONTHEFLY_BITPACKING , 0
michael@0 70 .equ CONFIG_ERROR_CONCEALMENT , 0
michael@0 71 .equ CONFIG_SHARED , 0
michael@0 72 .equ CONFIG_STATIC , 1
michael@0 73 .equ CONFIG_SMALL , 0
michael@0 74 .equ CONFIG_POSTPROC_VISUALIZER , 0
michael@0 75 .equ CONFIG_OS_SUPPORT , 1
michael@0 76 .equ CONFIG_UNIT_TESTS , 1
michael@0 77 .equ CONFIG_MULTI_RES_ENCODING , 1
michael@0 78 .equ CONFIG_TEMPORAL_DENOISING , 1
michael@0 79 .equ CONFIG_EXPERIMENTAL , 0
michael@0 80 .equ CONFIG_DECRYPT , 0
michael@0 81 .equ CONFIG_MULTIPLE_ARF , 0
michael@0 82 .equ CONFIG_NON420 , 0
michael@0 83 .equ CONFIG_ALPHA , 0
michael@0 84 .section .note.GNU-stack,"",%progbits
michael@0 85 @ This file was created from a .asm file
michael@0 86 @ using the ads2gas.pl script.
michael@0 87 .equ DO1STROUNDING, 0
michael@0 88 .section .note.GNU-stack,"",%progbits

mercurial