Re: [libav-devel] [PATCH] avplay: drop support for building without lavfi

2016-02-05 Thread Diego Biurrun
On Mon, Feb 01, 2016 at 01:38:55PM +0100, Anton Khirnov wrote: > Quoting Diego Biurrun (2016-02-01 11:30:29) > > On Sun, Jan 31, 2016 at 02:44:23PM +0100, Anton Khirnov wrote: > > > --- a/configure > > > +++ b/configure > > > @@ -2400,9 +2400,9 @@ avconv_deps="avcodec avfilter avformat avresample

Re: [libav-devel] [PATCH] avplay: drop support for building without lavfi

2016-02-01 Thread Anton Khirnov
Quoting Diego Biurrun (2016-02-01 11:30:29) > On Sun, Jan 31, 2016 at 02:44:23PM +0100, Anton Khirnov wrote: > > --- a/configure > > +++ b/configure > > @@ -2400,9 +2400,9 @@ avconv_deps="avcodec avfilter avformat avresample > > swscale" > > -avplay_deps="avcodec avformat avresample swscale sdl" >

Re: [libav-devel] [PATCH] avplay: drop support for building without lavfi

2016-02-01 Thread Diego Biurrun
On Sun, Jan 31, 2016 at 02:44:23PM +0100, Anton Khirnov wrote: > --- a/configure > +++ b/configure > @@ -2400,9 +2400,9 @@ avconv_deps="avcodec avfilter avformat avresample > swscale" > -avplay_deps="avcodec avformat avresample swscale sdl" > +avplay_deps="avcodec avfilter avformat avresample sdl"

Re: [libav-devel] [PATCH] avplay: drop support for building without lavfi

2016-01-31 Thread Vittorio Giovara
On Sun, Jan 31, 2016 at 2:44 PM, Anton Khirnov wrote: > lavfi has been considered to be stable for a while now, so it is enabled > in most configurations. Supporting avplay without lavfi requires a lot > of nontrivial ifdef mess for no good reason. > --- > avplay.c | 88 > --

Re: [libav-devel] [PATCH] avplay: drop support for building without lavfi

2016-01-31 Thread Luca Barbato
On 31/01/16 14:44, Anton Khirnov wrote: > lavfi has been considered to be stable for a while now, so it is enabled > in most configurations. Supporting avplay without lavfi requires a lot > of nontrivial ifdef mess for no good reason. > --- > avplay.c | 88 > -

[libav-devel] [PATCH] avplay: drop support for building without lavfi

2016-01-31 Thread Anton Khirnov
lavfi has been considered to be stable for a while now, so it is enabled in most configurations. Supporting avplay without lavfi requires a lot of nontrivial ifdef mess for no good reason. --- avplay.c | 88 --- configure | 4 +-- 2 fil