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

Side by Side Diff: chromium/config/Chrome/win/ia32/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_32
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_DOS_PATHS
15 %define HAVE_EBX_AVAILABLE
16 %define HAVE_EXP2
17 %define HAVE_EXP2F
18 %define HAVE_FAST_CLZ
19 %define HAVE_GETPROCESSMEMORYINFO
20 %define HAVE_GETPROCESSTIMES
21 %define HAVE_GNU_AS
22 %define HAVE_INLINE_ASM
23 %define HAVE_ISATTY
24 %define HAVE_KBHIT
25 %define HAVE_LLRINT
26 %define HAVE_LLRINTF
27 %define HAVE_LOCAL_ALIGNED_16
28 %define HAVE_LOCAL_ALIGNED_8
29 %define HAVE_LOG2
30 %define HAVE_LOG2F
31 %define HAVE_LRINT
32 %define HAVE_LRINTF
33 %define HAVE_MALLOC_H
34 %define HAVE_MAPVIEWOFFILE
35 %define HAVE_ROUND
36 %define HAVE_ROUNDF
37 %define HAVE_SETMODE
38 %define HAVE_SYMVER
39 %define HAVE_SYMVER_ASM_LABEL
40 %define HAVE_THREADS
41 %define HAVE_TRUNC
42 %define HAVE_TRUNCF
43 %define HAVE_VIRTUALALLOC
44 %define HAVE_YASM
45 %define CONFIG_BSFS
46 %define CONFIG_DECODERS
47 %define CONFIG_DEMUXERS
48 %define CONFIG_FILTERS
49 %define CONFIG_PARSERS
50 %define CONFIG_PROTOCOLS
51 %define CONFIG_AVCODEC
52 %define CONFIG_AVDEVICE
53 %define CONFIG_AVFILTER
54 %define CONFIG_AVFORMAT
55 %define CONFIG_DCT
56 %define CONFIG_FASTDIV
57 %define CONFIG_FFPROBE
58 %define CONFIG_FFT
59 %define CONFIG_GOLOMB
60 %define CONFIG_H264DSP
61 %define CONFIG_H264PRED
62 %define CONFIG_MDCT
63 %define CONFIG_MEMALIGN_HACK
64 %define CONFIG_MPEGAUDIODSP
65 %define CONFIG_RDFT
66 %define CONFIG_SHARED
67 %define CONFIG_SINEWIN
68 %define CONFIG_STATIC
69 %define CONFIG_SWSCALE_ALPHA
70 %define CONFIG_AVUTIL
71 %define CONFIG_H264_DECODER
72 %define CONFIG_THEORA_DECODER
73 %define CONFIG_VP3_DECODER
74 %define CONFIG_VP8_DECODER
75 %define CONFIG_AAC_DECODER
76 %define CONFIG_MP3_DECODER
77 %define CONFIG_VORBIS_DECODER
78 %define CONFIG_PCM_F32LE_DECODER
79 %define CONFIG_PCM_S16LE_DECODER
80 %define CONFIG_PCM_U8_DECODER
81 %define CONFIG_MPEGAUDIO_PARSER
82 %define CONFIG_VP8_PARSER
83 %define CONFIG_H264_MP4TOANNEXB_BSF
84 %define CONFIG_MATROSKA_DEMUXER
85 %define CONFIG_MOV_DEMUXER
86 %define CONFIG_MP3_DEMUXER
87 %define CONFIG_OGG_DEMUXER
88 %define CONFIG_WAV_DEMUXER
89 %define CONFIG_BUFFER_FILTER
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698