[FFmpeg-devel] [PATCH]Fix compilation with --disable-everything --enable-outdev=alsa

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Sep 18 22:25:11 CEST 2011


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > +#if CONFIG_ALSA_INDEV
> >      ff_timefilter_destroy(s->timefilter);
> > +#endif
> 
> if(CONFIG_ALSA_INDEV)
>      ff_timefilter_destroy(s->timefilter);
> 
> should work too

Applied.

Carl Eugen



More information about the ffmpeg-devel mailing list