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

Side by Side Diff: ffmpeg/source/config/ChromiumOS/linux/ia32/config.asm

Issue 7659006: Remove libvpx from FFmpeg in favour of ffvp8. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: fixes Created 9 years, 4 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 %define ARCH_X86 1 %define ARCH_X86
2 %define ARCH_X86_32 2 %define ARCH_X86_32
3 %define HAVE_AVX 3 %define HAVE_AVX
4 %define HAVE_MMX 4 %define HAVE_MMX
5 %define HAVE_MMX2 5 %define HAVE_MMX2
6 %define HAVE_SSE 6 %define HAVE_SSE
7 %define HAVE_SSSE3 7 %define HAVE_SSSE3
8 %define HAVE_FAST_UNALIGNED 8 %define HAVE_FAST_UNALIGNED
9 %define HAVE_PTHREADS 9 %define HAVE_PTHREADS
10 %define HAVE_ALIGNED_STACK 10 %define HAVE_ALIGNED_STACK
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 %define HAVE_SYS_RESOURCE_H 51 %define HAVE_SYS_RESOURCE_H
52 %define HAVE_SYS_SELECT_H 52 %define HAVE_SYS_SELECT_H
53 %define HAVE_SYS_SOUNDCARD_H 53 %define HAVE_SYS_SOUNDCARD_H
54 %define HAVE_TERMIOS_H 54 %define HAVE_TERMIOS_H
55 %define HAVE_THREADS 55 %define HAVE_THREADS
56 %define HAVE_TRUNC 56 %define HAVE_TRUNC
57 %define HAVE_TRUNCF 57 %define HAVE_TRUNCF
58 %define HAVE_YASM 58 %define HAVE_YASM
59 %define CONFIG_DECODERS 59 %define CONFIG_DECODERS
60 %define CONFIG_DEMUXERS 60 %define CONFIG_DEMUXERS
61 %define CONFIG_ENCODERS
62 %define CONFIG_PARSERS 61 %define CONFIG_PARSERS
63 %define CONFIG_PROTOCOLS 62 %define CONFIG_PROTOCOLS
64 %define CONFIG_AVCODEC 63 %define CONFIG_AVCODEC
65 %define CONFIG_AVDEVICE 64 %define CONFIG_AVDEVICE
66 %define CONFIG_AVFILTER 65 %define CONFIG_AVFILTER
67 %define CONFIG_AVFORMAT 66 %define CONFIG_AVFORMAT
68 %define CONFIG_FASTDIV 67 %define CONFIG_FASTDIV
69 %define CONFIG_FFPROBE 68 %define CONFIG_FFPROBE
70 %define CONFIG_FFT 69 %define CONFIG_FFT
71 %define CONFIG_GOLOMB 70 %define CONFIG_GOLOMB
72 %define CONFIG_H264PRED 71 %define CONFIG_H264PRED
73 %define CONFIG_LIBVPX
74 %define CONFIG_MDCT 72 %define CONFIG_MDCT
75 %define CONFIG_PIC 73 %define CONFIG_PIC
76 %define CONFIG_RDFT 74 %define CONFIG_RDFT
77 %define CONFIG_SHARED 75 %define CONFIG_SHARED
78 %define CONFIG_STATIC 76 %define CONFIG_STATIC
79 %define CONFIG_SWSCALE_ALPHA 77 %define CONFIG_SWSCALE_ALPHA
80 %define CONFIG_AVUTIL 78 %define CONFIG_AVUTIL
81 %define CONFIG_THEORA_DECODER 79 %define CONFIG_THEORA_DECODER
82 %define CONFIG_VP3_DECODER 80 %define CONFIG_VP3_DECODER
83 %define CONFIG_VP8_DECODER 81 %define CONFIG_VP8_DECODER
84 %define CONFIG_FLAC_DECODER 82 %define CONFIG_FLAC_DECODER
85 %define CONFIG_VORBIS_DECODER 83 %define CONFIG_VORBIS_DECODER
86 %define CONFIG_PCM_F32LE_DECODER 84 %define CONFIG_PCM_F32LE_DECODER
87 %define CONFIG_PCM_S16LE_DECODER 85 %define CONFIG_PCM_S16LE_DECODER
88 %define CONFIG_PCM_U8_DECODER 86 %define CONFIG_PCM_U8_DECODER
89 %define CONFIG_LIBVPX_DECODER
90 %define CONFIG_LIBVPX_ENCODER
91 %define CONFIG_FLAC_PARSER 87 %define CONFIG_FLAC_PARSER
92 %define CONFIG_VP8_PARSER 88 %define CONFIG_VP8_PARSER
93 %define CONFIG_FLAC_DEMUXER 89 %define CONFIG_FLAC_DEMUXER
94 %define CONFIG_MATROSKA_DEMUXER 90 %define CONFIG_MATROSKA_DEMUXER
95 %define CONFIG_OGG_DEMUXER 91 %define CONFIG_OGG_DEMUXER
96 %define CONFIG_WAV_DEMUXER 92 %define CONFIG_WAV_DEMUXER
OLDNEW
« no previous file with comments | « ffmpeg/source/config/ChromiumOS/linux/ia32/config.h ('k') | ffmpeg/source/config/ChromiumOS/linux/x64/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698