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

Side by Side Diff: ffmpeg/source/config/Chromium/mac/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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 %define HAVE_SYS_RESOURCE_H 47 %define HAVE_SYS_RESOURCE_H
48 %define HAVE_SYS_SELECT_H 48 %define HAVE_SYS_SELECT_H
49 %define HAVE_TERMIOS_H 49 %define HAVE_TERMIOS_H
50 %define HAVE_THREADS 50 %define HAVE_THREADS
51 %define HAVE_TRUNC 51 %define HAVE_TRUNC
52 %define HAVE_TRUNCF 52 %define HAVE_TRUNCF
53 %define HAVE_XMM_CLOBBERS 53 %define HAVE_XMM_CLOBBERS
54 %define HAVE_YASM 54 %define HAVE_YASM
55 %define CONFIG_DECODERS 55 %define CONFIG_DECODERS
56 %define CONFIG_DEMUXERS 56 %define CONFIG_DEMUXERS
57 %define CONFIG_ENCODERS 57 %define CONFIG_PARSERS
58 %define CONFIG_PROTOCOLS 58 %define CONFIG_PROTOCOLS
59 %define CONFIG_AVCODEC 59 %define CONFIG_AVCODEC
60 %define CONFIG_AVDEVICE 60 %define CONFIG_AVDEVICE
61 %define CONFIG_AVFILTER 61 %define CONFIG_AVFILTER
62 %define CONFIG_AVFORMAT 62 %define CONFIG_AVFORMAT
63 %define CONFIG_DOC 63 %define CONFIG_DOC
64 %define CONFIG_FASTDIV 64 %define CONFIG_FASTDIV
65 %define CONFIG_FFPROBE 65 %define CONFIG_FFPROBE
66 %define CONFIG_FFT 66 %define CONFIG_FFT
67 %define CONFIG_GOLOMB 67 %define CONFIG_GOLOMB
68 %define CONFIG_LIBVPX 68 %define CONFIG_H264PRED
69 %define CONFIG_MDCT 69 %define CONFIG_MDCT
70 %define CONFIG_PIC 70 %define CONFIG_PIC
71 %define CONFIG_RDFT 71 %define CONFIG_RDFT
72 %define CONFIG_SHARED 72 %define CONFIG_SHARED
73 %define CONFIG_STATIC 73 %define CONFIG_STATIC
74 %define CONFIG_SWSCALE_ALPHA 74 %define CONFIG_SWSCALE_ALPHA
75 %define CONFIG_AVUTIL 75 %define CONFIG_AVUTIL
76 %define CONFIG_THEORA_DECODER 76 %define CONFIG_THEORA_DECODER
77 %define CONFIG_VP3_DECODER 77 %define CONFIG_VP3_DECODER
78 %define CONFIG_VP8_DECODER
78 %define CONFIG_VORBIS_DECODER 79 %define CONFIG_VORBIS_DECODER
79 %define CONFIG_PCM_F32LE_DECODER 80 %define CONFIG_PCM_F32LE_DECODER
80 %define CONFIG_PCM_S16LE_DECODER 81 %define CONFIG_PCM_S16LE_DECODER
81 %define CONFIG_PCM_U8_DECODER 82 %define CONFIG_PCM_U8_DECODER
82 %define CONFIG_LIBVPX_DECODER 83 %define CONFIG_VP8_PARSER
83 %define CONFIG_LIBVPX_ENCODER
84 %define CONFIG_MATROSKA_DEMUXER 84 %define CONFIG_MATROSKA_DEMUXER
85 %define CONFIG_OGG_DEMUXER 85 %define CONFIG_OGG_DEMUXER
86 %define CONFIG_WAV_DEMUXER 86 %define CONFIG_WAV_DEMUXER
OLDNEW
« no previous file with comments | « ffmpeg/source/config/Chromium/mac/ia32/config.h ('k') | ffmpeg/source/config/Chromium/win/ia32/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698