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

Dale Curtis dalecurtis at chromium.org
Tue Apr 10 20:11:04 CEST 2012


On Tue, Apr 10, 2012 at 10:58 AM, Dale Curtis <dalecurtis at chromium.org>wrote:

> On Mon, Apr 9, 2012 at 7:24 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
>
>>  <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
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
>
> Thanks for the suggestion Carl. I've made the requested changes, please
> take another look.
>
> - dale
>

Whoops, accidentally fixed two too many, without
CONFIG_SIPR_DECODER ff_sipr_subpk_size and ff_rm_reorder_sipr_data are
undefined, so they must be #if instead of normal if checks.


More information about the ffmpeg-devel mailing list