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

Side by Side Diff: config/Chromium/openbsd/ia32/config.asm

Issue 8275011: add support for OpenBSD in ffmpeg (Closed) Base URL: http://git.chromium.org/chromium/deps/ffmpeg/source.git@master
Patch Set: Created 9 years, 2 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
« no previous file with comments | « config/Chromium/openbsd/ia32/config.h ('k') | config/Chromium/openbsd/x64/config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_DLFCN_H
15 %define HAVE_DLOPEN
16 %define HAVE_EXP2
17 %define HAVE_EXP2F
18 %define HAVE_FAST_CLZ
19 %define HAVE_FCNTL
20 %define HAVE_FORK
21 %define HAVE_GETADDRINFO
22 %define HAVE_GETRUSAGE
23 %define HAVE_GNU_AS
24 %define HAVE_STRUCT_RUSAGE_RU_MAXRSS
25 %define HAVE_INET_ATON
26 %define HAVE_INLINE_ASM
27 %define HAVE_ISATTY
28 %define HAVE_LLRINT
29 %define HAVE_LLRINTF
30 %define HAVE_LOCAL_ALIGNED_16
31 %define HAVE_LOCAL_ALIGNED_8
32 %define HAVE_LOCALTIME_R
33 %define HAVE_LOG2
34 %define HAVE_LOG2F
35 %define HAVE_LRINT
36 %define HAVE_LRINTF
37 %define HAVE_MALLOC_H
38 %define HAVE_MEMALIGN
39 %define HAVE_MKSTEMP
40 %define HAVE_MMAP
41 %define HAVE_POSIX_MEMALIGN
42 %define HAVE_ROUND
43 %define HAVE_ROUNDF
44 %define HAVE_POLL_H
45 %define HAVE_SETRLIMIT
46 %define HAVE_STRERROR_R
47 %define HAVE_STRTOK_R
48 %define HAVE_SYMVER
49 %define HAVE_SYMVER_GNU_ASM
50 %define HAVE_SYS_MMAN_H
51 %define HAVE_SYS_RESOURCE_H
52 %define HAVE_SYS_SELECT_H
53 %define HAVE_SYS_SOUNDCARD_H
54 %define HAVE_TERMIOS_H
55 %define HAVE_THREADS
56 %define HAVE_TRUNC
57 %define HAVE_TRUNCF
58 %define HAVE_YASM
59 %define CONFIG_DECODERS
60 %define CONFIG_DEMUXERS
61 %define CONFIG_PARSERS
62 %define CONFIG_PROTOCOLS
63 %define CONFIG_AVCODEC
64 %define CONFIG_AVDEVICE
65 %define CONFIG_AVFILTER
66 %define CONFIG_AVFORMAT
67 %define CONFIG_FASTDIV
68 %define CONFIG_FFPROBE
69 %define CONFIG_FFT
70 %define CONFIG_GOLOMB
71 %define CONFIG_H264PRED
72 %define CONFIG_MDCT
73 %define CONFIG_PIC
74 %define CONFIG_RDFT
75 %define CONFIG_SHARED
76 %define CONFIG_STATIC
77 %define CONFIG_SWSCALE_ALPHA
78 %define CONFIG_AVUTIL
79 %define CONFIG_THEORA_DECODER
80 %define CONFIG_VP3_DECODER
81 %define CONFIG_VP8_DECODER
82 %define CONFIG_VORBIS_DECODER
83 %define CONFIG_PCM_F32LE_DECODER
84 %define CONFIG_PCM_S16LE_DECODER
85 %define CONFIG_PCM_U8_DECODER
86 %define CONFIG_VP8_PARSER
87 %define CONFIG_MATROSKA_DEMUXER
88 %define CONFIG_OGG_DEMUXER
89 %define CONFIG_WAV_DEMUXER
OLDNEW
« no previous file with comments | « config/Chromium/openbsd/ia32/config.h ('k') | config/Chromium/openbsd/x64/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698