[FFmpeg-devel] [PATCH]Fix compilation with --disable-filter=buffer
Carl Eugen Hoyos
cehoyos
Sat May 22 14:35:10 CEST 2010
M?ns Rullg?rd <mans <at> mansr.com> writes:
> > -#if CONFIG_AVFILTER
> > - if (ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO &&
ist->input_video_filter) {
> > + if (ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO &&
> > + ist->input_video_filter &&
> > + CONFIG_BUFFER_FILTER) {
> Does it work at all like this?
Compilation? Yes.
Transcoding? Probably not, but this is unrelated, imo.
Carl Eugen
More information about the ffmpeg-devel
mailing list