| Index: chromium/config/Chrome/win/ia32/config.asm
|
| diff --git a/chromium/config/Chrome/win/ia32/config.asm b/chromium/config/Chrome/win/ia32/config.asm
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fbda2bee8f0fca08f8fc3f9ef912ebd86c34cf40
|
| --- /dev/null
|
| +++ b/chromium/config/Chrome/win/ia32/config.asm
|
| @@ -0,0 +1,89 @@
|
| +%define ARCH_X86
|
| +%define ARCH_X86_32
|
| +%define HAVE_AVX
|
| +%define HAVE_MMX
|
| +%define HAVE_MMX2
|
| +%define HAVE_SSE
|
| +%define HAVE_SSSE3
|
| +%define HAVE_FAST_UNALIGNED
|
| +%define HAVE_PTHREADS
|
| +%define HAVE_ALIGNED_STACK
|
| +%define HAVE_ATTRIBUTE_MAY_ALIAS
|
| +%define HAVE_ATTRIBUTE_PACKED
|
| +%define HAVE_BSWAP
|
| +%define HAVE_DOS_PATHS
|
| +%define HAVE_EBX_AVAILABLE
|
| +%define HAVE_EXP2
|
| +%define HAVE_EXP2F
|
| +%define HAVE_FAST_CLZ
|
| +%define HAVE_GETPROCESSMEMORYINFO
|
| +%define HAVE_GETPROCESSTIMES
|
| +%define HAVE_GNU_AS
|
| +%define HAVE_INLINE_ASM
|
| +%define HAVE_ISATTY
|
| +%define HAVE_KBHIT
|
| +%define HAVE_LLRINT
|
| +%define HAVE_LLRINTF
|
| +%define HAVE_LOCAL_ALIGNED_16
|
| +%define HAVE_LOCAL_ALIGNED_8
|
| +%define HAVE_LOG2
|
| +%define HAVE_LOG2F
|
| +%define HAVE_LRINT
|
| +%define HAVE_LRINTF
|
| +%define HAVE_MALLOC_H
|
| +%define HAVE_MAPVIEWOFFILE
|
| +%define HAVE_ROUND
|
| +%define HAVE_ROUNDF
|
| +%define HAVE_SETMODE
|
| +%define HAVE_SYMVER
|
| +%define HAVE_SYMVER_ASM_LABEL
|
| +%define HAVE_THREADS
|
| +%define HAVE_TRUNC
|
| +%define HAVE_TRUNCF
|
| +%define HAVE_VIRTUALALLOC
|
| +%define HAVE_YASM
|
| +%define CONFIG_BSFS
|
| +%define CONFIG_DECODERS
|
| +%define CONFIG_DEMUXERS
|
| +%define CONFIG_FILTERS
|
| +%define CONFIG_PARSERS
|
| +%define CONFIG_PROTOCOLS
|
| +%define CONFIG_AVCODEC
|
| +%define CONFIG_AVDEVICE
|
| +%define CONFIG_AVFILTER
|
| +%define CONFIG_AVFORMAT
|
| +%define CONFIG_DCT
|
| +%define CONFIG_FASTDIV
|
| +%define CONFIG_FFPROBE
|
| +%define CONFIG_FFT
|
| +%define CONFIG_GOLOMB
|
| +%define CONFIG_H264DSP
|
| +%define CONFIG_H264PRED
|
| +%define CONFIG_MDCT
|
| +%define CONFIG_MEMALIGN_HACK
|
| +%define CONFIG_MPEGAUDIODSP
|
| +%define CONFIG_RDFT
|
| +%define CONFIG_SHARED
|
| +%define CONFIG_SINEWIN
|
| +%define CONFIG_STATIC
|
| +%define CONFIG_SWSCALE_ALPHA
|
| +%define CONFIG_AVUTIL
|
| +%define CONFIG_H264_DECODER
|
| +%define CONFIG_THEORA_DECODER
|
| +%define CONFIG_VP3_DECODER
|
| +%define CONFIG_VP8_DECODER
|
| +%define CONFIG_AAC_DECODER
|
| +%define CONFIG_MP3_DECODER
|
| +%define CONFIG_VORBIS_DECODER
|
| +%define CONFIG_PCM_F32LE_DECODER
|
| +%define CONFIG_PCM_S16LE_DECODER
|
| +%define CONFIG_PCM_U8_DECODER
|
| +%define CONFIG_MPEGAUDIO_PARSER
|
| +%define CONFIG_VP8_PARSER
|
| +%define CONFIG_H264_MP4TOANNEXB_BSF
|
| +%define CONFIG_MATROSKA_DEMUXER
|
| +%define CONFIG_MOV_DEMUXER
|
| +%define CONFIG_MP3_DEMUXER
|
| +%define CONFIG_OGG_DEMUXER
|
| +%define CONFIG_WAV_DEMUXER
|
| +%define CONFIG_BUFFER_FILTER
|
|
|