| Index: ffmpeg/source/config/Chrome/win/ia32/config.asm
|
| diff --git a/ffmpeg/source/config/Chrome/win/ia32/config.asm b/ffmpeg/source/config/Chrome/win/ia32/config.asm
|
| index 902e5914e443ce464113b800f741e5b7b4f7d166..fbda2bee8f0fca08f8fc3f9ef912ebd86c34cf40 100644
|
| --- a/ffmpeg/source/config/Chrome/win/ia32/config.asm
|
| +++ b/ffmpeg/source/config/Chrome/win/ia32/config.asm
|
| @@ -45,7 +45,6 @@
|
| %define CONFIG_BSFS
|
| %define CONFIG_DECODERS
|
| %define CONFIG_DEMUXERS
|
| -%define CONFIG_ENCODERS
|
| %define CONFIG_FILTERS
|
| %define CONFIG_PARSERS
|
| %define CONFIG_PROTOCOLS
|
| @@ -60,7 +59,6 @@
|
| %define CONFIG_GOLOMB
|
| %define CONFIG_H264DSP
|
| %define CONFIG_H264PRED
|
| -%define CONFIG_LIBVPX
|
| %define CONFIG_MDCT
|
| %define CONFIG_MEMALIGN_HACK
|
| %define CONFIG_MPEGAUDIODSP
|
| @@ -73,15 +71,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
|
|
|