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

Side by Side Diff: ffmpeg/source/config/Chromium/linux/x64/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_64 2 %define ARCH_X86_64
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 %define HAVE_SYS_SELECT_H 59 %define HAVE_SYS_SELECT_H
60 %define HAVE_SYS_SOUNDCARD_H 60 %define HAVE_SYS_SOUNDCARD_H
61 %define HAVE_TERMIOS_H 61 %define HAVE_TERMIOS_H
62 %define HAVE_THREADS 62 %define HAVE_THREADS
63 %define HAVE_TRUNC 63 %define HAVE_TRUNC
64 %define HAVE_TRUNCF 64 %define HAVE_TRUNCF
65 %define HAVE_XMM_CLOBBERS 65 %define HAVE_XMM_CLOBBERS
66 %define HAVE_YASM 66 %define HAVE_YASM
67 %define CONFIG_DECODERS 67 %define CONFIG_DECODERS
68 %define CONFIG_DEMUXERS 68 %define CONFIG_DEMUXERS
69 %define CONFIG_ENCODERS 69 %define CONFIG_PARSERS
70 %define CONFIG_PROTOCOLS 70 %define CONFIG_PROTOCOLS
71 %define CONFIG_AVCODEC 71 %define CONFIG_AVCODEC
72 %define CONFIG_AVDEVICE 72 %define CONFIG_AVDEVICE
73 %define CONFIG_AVFILTER 73 %define CONFIG_AVFILTER
74 %define CONFIG_AVFORMAT 74 %define CONFIG_AVFORMAT
75 %define CONFIG_FASTDIV 75 %define CONFIG_FASTDIV
76 %define CONFIG_FFPROBE 76 %define CONFIG_FFPROBE
77 %define CONFIG_FFT 77 %define CONFIG_FFT
78 %define CONFIG_GOLOMB 78 %define CONFIG_GOLOMB
79 %define CONFIG_LIBVPX 79 %define CONFIG_H264PRED
80 %define CONFIG_MDCT 80 %define CONFIG_MDCT
81 %define CONFIG_PIC 81 %define CONFIG_PIC
82 %define CONFIG_RDFT 82 %define CONFIG_RDFT
83 %define CONFIG_SHARED 83 %define CONFIG_SHARED
84 %define CONFIG_STATIC 84 %define CONFIG_STATIC
85 %define CONFIG_SWSCALE_ALPHA 85 %define CONFIG_SWSCALE_ALPHA
86 %define CONFIG_AVUTIL 86 %define CONFIG_AVUTIL
87 %define CONFIG_THEORA_DECODER 87 %define CONFIG_THEORA_DECODER
88 %define CONFIG_VP3_DECODER 88 %define CONFIG_VP3_DECODER
89 %define CONFIG_VP8_DECODER
89 %define CONFIG_VORBIS_DECODER 90 %define CONFIG_VORBIS_DECODER
90 %define CONFIG_PCM_F32LE_DECODER 91 %define CONFIG_PCM_F32LE_DECODER
91 %define CONFIG_PCM_S16LE_DECODER 92 %define CONFIG_PCM_S16LE_DECODER
92 %define CONFIG_PCM_U8_DECODER 93 %define CONFIG_PCM_U8_DECODER
93 %define CONFIG_LIBVPX_DECODER 94 %define CONFIG_VP8_PARSER
94 %define CONFIG_LIBVPX_ENCODER
95 %define CONFIG_MATROSKA_DEMUXER 95 %define CONFIG_MATROSKA_DEMUXER
96 %define CONFIG_OGG_DEMUXER 96 %define CONFIG_OGG_DEMUXER
97 %define CONFIG_WAV_DEMUXER 97 %define CONFIG_WAV_DEMUXER
OLDNEW
« no previous file with comments | « ffmpeg/source/config/Chromium/linux/x64/config.h ('k') | ffmpeg/source/config/Chromium/mac/ia32/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698