Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(682)

Side by Side Diff: third_party/libvpx/source/config/linux/ia32/vpx_config.h

Issue 9185015: Compile libvpx code as PIC for all Linux targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* This file automatically generated by configure. Do not edit! */ 1 /* This file automatically generated by configure. Do not edit! */
2 #define RESTRICT 2 #define RESTRICT
3 #define ARCH_ARM 0 3 #define ARCH_ARM 0
4 #define ARCH_MIPS 0 4 #define ARCH_MIPS 0
5 #define ARCH_X86 1 5 #define ARCH_X86 1
6 #define ARCH_X86_64 0 6 #define ARCH_X86_64 0
7 #define ARCH_PPC32 0 7 #define ARCH_PPC32 0
8 #define ARCH_PPC64 0 8 #define ARCH_PPC64 0
9 #define HAVE_ARMV5TE 0 9 #define HAVE_ARMV5TE 0
10 #define HAVE_ARMV6 0 10 #define HAVE_ARMV6 0
11 #define HAVE_ARMV7 0 11 #define HAVE_ARMV7 0
12 #define HAVE_IWMMXT 0 12 #define HAVE_IWMMXT 0
(...skipping 15 matching lines...) Expand all
28 #define CONFIG_INSTALL_DOCS 0 28 #define CONFIG_INSTALL_DOCS 0
29 #define CONFIG_INSTALL_BINS 1 29 #define CONFIG_INSTALL_BINS 1
30 #define CONFIG_INSTALL_LIBS 1 30 #define CONFIG_INSTALL_LIBS 1
31 #define CONFIG_INSTALL_SRCS 0 31 #define CONFIG_INSTALL_SRCS 0
32 #define CONFIG_DEBUG 0 32 #define CONFIG_DEBUG 0
33 #define CONFIG_GPROF 0 33 #define CONFIG_GPROF 0
34 #define CONFIG_GCOV 0 34 #define CONFIG_GCOV 0
35 #define CONFIG_RVCT 0 35 #define CONFIG_RVCT 0
36 #define CONFIG_GCC 0 36 #define CONFIG_GCC 0
37 #define CONFIG_MSVS 0 37 #define CONFIG_MSVS 0
38 #define CONFIG_PIC 0 38 #define CONFIG_PIC 1
39 #define CONFIG_BIG_ENDIAN 0 39 #define CONFIG_BIG_ENDIAN 0
40 #define CONFIG_CODEC_SRCS 0 40 #define CONFIG_CODEC_SRCS 0
41 #define CONFIG_DEBUG_LIBS 0 41 #define CONFIG_DEBUG_LIBS 0
42 #define CONFIG_FAST_UNALIGNED 1 42 #define CONFIG_FAST_UNALIGNED 1
43 #define CONFIG_MEM_MANAGER 0 43 #define CONFIG_MEM_MANAGER 0
44 #define CONFIG_MEM_TRACKER 0 44 #define CONFIG_MEM_TRACKER 0
45 #define CONFIG_MEM_CHECKS 0 45 #define CONFIG_MEM_CHECKS 0
46 #define CONFIG_MD5 1 46 #define CONFIG_MD5 1
47 #define CONFIG_DEQUANT_TOKENS 0 47 #define CONFIG_DEQUANT_TOKENS 0
48 #define CONFIG_DC_RECON 0 48 #define CONFIG_DC_RECON 0
49 #define CONFIG_RUNTIME_CPU_DETECT 1 49 #define CONFIG_RUNTIME_CPU_DETECT 1
50 #define CONFIG_POSTPROC 0 50 #define CONFIG_POSTPROC 0
51 #define CONFIG_MULTITHREAD 1 51 #define CONFIG_MULTITHREAD 1
52 #define CONFIG_PSNR 0 52 #define CONFIG_PSNR 0
53 #define CONFIG_VP8_ENCODER 1 53 #define CONFIG_VP8_ENCODER 1
54 #define CONFIG_VP8_DECODER 1 54 #define CONFIG_VP8_DECODER 1
55 #define CONFIG_VP8 1 55 #define CONFIG_VP8 1
56 #define CONFIG_ENCODERS 1 56 #define CONFIG_ENCODERS 1
57 #define CONFIG_DECODERS 1 57 #define CONFIG_DECODERS 1
58 #define CONFIG_STATIC_MSVCRT 0 58 #define CONFIG_STATIC_MSVCRT 0
59 #define CONFIG_SPATIAL_RESAMPLING 1 59 #define CONFIG_SPATIAL_RESAMPLING 1
60 #define CONFIG_REALTIME_ONLY 1 60 #define CONFIG_REALTIME_ONLY 1
61 #define CONFIG_SHARED 0 61 #define CONFIG_SHARED 0
62 #define CONFIG_SMALL 0 62 #define CONFIG_SMALL 0
63 #define CONFIG_POSTPROC_VISUALIZER 0 63 #define CONFIG_POSTPROC_VISUALIZER 0
64 #define CONFIG_OS_SUPPORT 1 64 #define CONFIG_OS_SUPPORT 1
65 #define CONFIG_INTERNAL_STATS 0 65 #define CONFIG_INTERNAL_STATS 0
66 #define CONFIG_ERROR_CONCEALMENT 0 66 #define CONFIG_ERROR_CONCEALMENT 0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698