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

Side by Side Diff: chromium/config/ChromeOS/linux/x64/config.asm

Issue 9290059: Initial commit of all previous Chrome build scripts. (Closed) Base URL: http://git.chromium.org/chromium/third_party/ffmpeg.git@master
Patch Set: Drop deprecated subfolder. 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
OLDNEW
(Empty)
1 %define ARCH_X86
2 %define ARCH_X86_64
3 %define HAVE_AVX
4 %define HAVE_MMX
5 %define HAVE_MMX2
6 %define HAVE_SSE
7 %define HAVE_SSSE3
8 %define HAVE_FAST_UNALIGNED
9 %define HAVE_PTHREADS
10 %define HAVE_ALIGNED_STACK
11 %define HAVE_ATTRIBUTE_MAY_ALIAS
12 %define HAVE_ATTRIBUTE_PACKED
13 %define HAVE_BSWAP
14 %define HAVE_CMOV
15 %define HAVE_DLFCN_H
16 %define HAVE_DLOPEN
17 %define HAVE_EBP_AVAILABLE
18 %define HAVE_EBX_AVAILABLE
19 %define HAVE_EXP2
20 %define HAVE_EXP2F
21 %define HAVE_FAST_64BIT
22 %define HAVE_FAST_CLZ
23 %define HAVE_FAST_CMOV
24 %define HAVE_FCNTL
25 %define HAVE_FORK
26 %define HAVE_GETADDRINFO
27 %define HAVE_GETRUSAGE
28 %define HAVE_GNU_AS
29 %define HAVE_STRUCT_RUSAGE_RU_MAXRSS
30 %define HAVE_INET_ATON
31 %define HAVE_INLINE_ASM
32 %define HAVE_ISATTY
33 %define HAVE_LLRINT
34 %define HAVE_LLRINTF
35 %define HAVE_LOCAL_ALIGNED_16
36 %define HAVE_LOCAL_ALIGNED_8
37 %define HAVE_LOCALTIME_R
38 %define HAVE_LOG2
39 %define HAVE_LOG2F
40 %define HAVE_LRINT
41 %define HAVE_LRINTF
42 %define HAVE_MALLOC_H
43 %define HAVE_MEMALIGN
44 %define HAVE_MKSTEMP
45 %define HAVE_MMAP
46 %define HAVE_POSIX_MEMALIGN
47 %define HAVE_ROUND
48 %define HAVE_ROUNDF
49 %define HAVE_SDL
50 %define HAVE_SDL_VIDEO_SIZE
51 %define HAVE_POLL_H
52 %define HAVE_SETRLIMIT
53 %define HAVE_STRERROR_R
54 %define HAVE_STRTOK_R
55 %define HAVE_SYMVER
56 %define HAVE_SYMVER_GNU_ASM
57 %define HAVE_SYS_MMAN_H
58 %define HAVE_SYS_RESOURCE_H
59 %define HAVE_SYS_SELECT_H
60 %define HAVE_SYS_SOUNDCARD_H
61 %define HAVE_TERMIOS_H
62 %define HAVE_THREADS
63 %define HAVE_TRUNC
64 %define HAVE_TRUNCF
65 %define HAVE_XMM_CLOBBERS
66 %define HAVE_YASM
67 %define CONFIG_BSFS
68 %define CONFIG_DECODERS
69 %define CONFIG_DEMUXERS
70 %define CONFIG_PARSERS
71 %define CONFIG_PROTOCOLS
72 %define CONFIG_AVCODEC
73 %define CONFIG_AVDEVICE
74 %define CONFIG_AVFILTER
75 %define CONFIG_AVFORMAT
76 %define CONFIG_DCT
77 %define CONFIG_FASTDIV
78 %define CONFIG_FFPROBE
79 %define CONFIG_FFT
80 %define CONFIG_GOLOMB
81 %define CONFIG_H264DSP
82 %define CONFIG_H264PRED
83 %define CONFIG_LSP
84 %define CONFIG_MDCT
85 %define CONFIG_MPEGAUDIODSP
86 %define CONFIG_PIC
87 %define CONFIG_RDFT
88 %define CONFIG_SHARED
89 %define CONFIG_SINEWIN
90 %define CONFIG_STATIC
91 %define CONFIG_SWSCALE_ALPHA
92 %define CONFIG_AVUTIL
93 %define CONFIG_H263_DECODER
94 %define CONFIG_H264_DECODER
95 %define CONFIG_MPEG4_DECODER
96 %define CONFIG_THEORA_DECODER
97 %define CONFIG_VP3_DECODER
98 %define CONFIG_VP8_DECODER
99 %define CONFIG_AAC_DECODER
100 %define CONFIG_AMRNB_DECODER
101 %define CONFIG_AMRWB_DECODER
102 %define CONFIG_FLAC_DECODER
103 %define CONFIG_MP3_DECODER
104 %define CONFIG_VORBIS_DECODER
105 %define CONFIG_PCM_F32LE_DECODER
106 %define CONFIG_PCM_MULAW_DECODER
107 %define CONFIG_PCM_S16LE_DECODER
108 %define CONFIG_PCM_U8_DECODER
109 %define CONFIG_FLAC_PARSER
110 %define CONFIG_H263_PARSER
111 %define CONFIG_MPEG4VIDEO_PARSER
112 %define CONFIG_MPEGAUDIO_PARSER
113 %define CONFIG_VP8_PARSER
114 %define CONFIG_H264_MP4TOANNEXB_BSF
115 %define CONFIG_AMR_DEMUXER
116 %define CONFIG_AVI_DEMUXER
117 %define CONFIG_FLAC_DEMUXER
118 %define CONFIG_MATROSKA_DEMUXER
119 %define CONFIG_MOV_DEMUXER
120 %define CONFIG_MP3_DEMUXER
121 %define CONFIG_OGG_DEMUXER
122 %define CONFIG_WAV_DEMUXER
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698