| Index: ffmpeg/source/config/Chrome/mac/ia32/config.asm
|
| diff --git a/ffmpeg/source/config/Chrome/mac/ia32/config.asm b/ffmpeg/source/config/Chrome/mac/ia32/config.asm
|
| index 58b244b3514ef45d74aa9ff1b3384ff8b4eb2895..1595277fac1eb56889c06f64683036c18cb551cf 100644
|
| --- a/ffmpeg/source/config/Chrome/mac/ia32/config.asm
|
| +++ b/ffmpeg/source/config/Chrome/mac/ia32/config.asm
|
| @@ -55,7 +55,6 @@
|
| %define CONFIG_BSFS
|
| %define CONFIG_DECODERS
|
| %define CONFIG_DEMUXERS
|
| -%define CONFIG_ENCODERS
|
| %define CONFIG_PARSERS
|
| %define CONFIG_PROTOCOLS
|
| %define CONFIG_AVCODEC
|
| @@ -70,7 +69,6 @@
|
| %define CONFIG_GOLOMB
|
| %define CONFIG_H264DSP
|
| %define CONFIG_H264PRED
|
| -%define CONFIG_LIBVPX
|
| %define CONFIG_MDCT
|
| %define CONFIG_MPEGAUDIODSP
|
| %define CONFIG_PIC
|
| @@ -83,15 +81,15 @@
|
| %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_LIBVPX_DECODER
|
| -%define CONFIG_LIBVPX_ENCODER
|
| %define CONFIG_MPEGAUDIO_PARSER
|
| +%define CONFIG_VP8_PARSER
|
| %define CONFIG_H264_MP4TOANNEXB_BSF
|
| %define CONFIG_MATROSKA_DEMUXER
|
| %define CONFIG_MOV_DEMUXER
|
|
|