| Index: ffmpeg/source/config/Chromium/linux/ia32/config.asm
|
| diff --git a/ffmpeg/source/config/Chromium/linux/ia32/config.asm b/ffmpeg/source/config/Chromium/linux/ia32/config.asm
|
| index c8b50722c43a27d999ac785361ff1c42f0c20d8e..e6725733a8029fbb7b17d2de227c67fa3119a13f 100644
|
| --- a/ffmpeg/source/config/Chromium/linux/ia32/config.asm
|
| +++ b/ffmpeg/source/config/Chromium/linux/ia32/config.asm
|
| @@ -58,7 +58,7 @@
|
| %define HAVE_YASM
|
| %define CONFIG_DECODERS
|
| %define CONFIG_DEMUXERS
|
| -%define CONFIG_ENCODERS
|
| +%define CONFIG_PARSERS
|
| %define CONFIG_PROTOCOLS
|
| %define CONFIG_AVCODEC
|
| %define CONFIG_AVDEVICE
|
| @@ -68,7 +68,7 @@
|
| %define CONFIG_FFPROBE
|
| %define CONFIG_FFT
|
| %define CONFIG_GOLOMB
|
| -%define CONFIG_LIBVPX
|
| +%define CONFIG_H264PRED
|
| %define CONFIG_MDCT
|
| %define CONFIG_PIC
|
| %define CONFIG_RDFT
|
| @@ -78,12 +78,12 @@
|
| %define CONFIG_AVUTIL
|
| %define CONFIG_THEORA_DECODER
|
| %define CONFIG_VP3_DECODER
|
| +%define CONFIG_VP8_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_VP8_PARSER
|
| %define CONFIG_MATROSKA_DEMUXER
|
| %define CONFIG_OGG_DEMUXER
|
| %define CONFIG_WAV_DEMUXER
|
|
|