[FFmpeg-devel] [PATCH] src_buffer: ifdef->if CONFIG_*
Michael Niedermayer
michaelni at gmx.at
Wed May 9 16:55:59 CEST 2012
On Wed, May 09, 2012 at 01:48:05AM +0200, Stefano Sabatini wrote:
> On date Saturday 2012-05-05 02:55:36 +0200, Michael Niedermayer encoded:
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> > libavfilter/src_buffer.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavfilter/src_buffer.c b/libavfilter/src_buffer.c
> > index 15c30d6..63bc3d2 100644
> > --- a/libavfilter/src_buffer.c
> > +++ b/libavfilter/src_buffer.c
> > @@ -655,7 +655,7 @@ AVFilter avfilter_vsrc_buffer = {
> > { .name = NULL}},
> > };
> >
> > -#ifdef CONFIG_ABUFFER_FILTER
> > +#if CONFIG_ABUFFER_FILTER
> >
> > AVFilter avfilter_asrc_abuffer = {
> > .name = "abuffer",
>
> Should be fine, thanks.
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120509/ece5de35/attachment.asc>
More information about the ffmpeg-devel
mailing list