[FFmpeg-devel] [PATCH] Obey configure updates for OGG, Matroska, and MOV parsers.

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Apr 10 04:24:46 CEST 2012


 <dalecurtis <at> chromium.org> writes:

> +#if CONFIG_SIPR_DECODER
>                  if (codec_id == CODEC_ID_SIPR && flavor < 4) {

This should be
if (CONFIG_SIPR_DECODER && codec_id == CODEC_ID_SIPR && flavor < 4)
and similar for other hunks.

Carl Eugen



More information about the ffmpeg-devel mailing list