Re: [FFmpeg-devel] [PATCH 1/2] configure: support --disable-sdl

2014-09-23 Thread Michael Niedermayer
On Tue, Sep 23, 2014 at 11:32:08PM +0200, Reimar Döffinger wrote: > > > On 23.09.2014, at 02:27, Michael Niedermayer wrote: > > > On Tue, Sep 23, 2014 at 01:01:26AM +0200, Reimar Döffinger wrote: > >> On Tue, Sep 23, 2014 at 12:42:53AM +0200, Michael Niedermayer wrote: > >>> Signed-off-by: Mich

Re: [FFmpeg-devel] [PATCH 1/2] configure: support --disable-sdl

2014-09-23 Thread Reimar Döffinger
On 23.09.2014, at 02:27, Michael Niedermayer wrote: > On Tue, Sep 23, 2014 at 01:01:26AM +0200, Reimar Döffinger wrote: >> On Tue, Sep 23, 2014 at 12:42:53AM +0200, Michael Niedermayer wrote: >>> Signed-off-by: Michael Niedermayer >>> >> >> Maybe more readable if you do reindentation separat

Re: [FFmpeg-devel] [PATCH 1/2] configure: support --disable-sdl

2014-09-22 Thread Michael Niedermayer
On Tue, Sep 23, 2014 at 01:01:26AM +0200, Reimar Döffinger wrote: > On Tue, Sep 23, 2014 at 12:42:53AM +0200, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > configure | 33 ++--- > > 1 file changed, 18 insertions(+), 15 deletions(-) > >

Re: [FFmpeg-devel] [PATCH 1/2] configure: support --disable-sdl

2014-09-22 Thread Reimar Döffinger
On Tue, Sep 23, 2014 at 12:42:53AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > configure | 33 ++--- > 1 file changed, 18 insertions(+), 15 deletions(-) > > diff --git a/configure b/configure > index 12b2da5..f674a06 100755 > --- a

[FFmpeg-devel] [PATCH 1/2] configure: support --disable-sdl

2014-09-22 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- configure | 33 ++--- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 12b2da5..f674a06 100755 --- a/configure +++ b/configure @@ -1388,6 +1388,7 @@ EXTERNAL_LIBRARY_LIST=" opencl

[FFmpeg-devel] [PATCH 1/2] configure: support --disable-sdl

2014-09-22 Thread Michael Niedermayer
--- configure | 33 ++--- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 12b2da5..f674a06 100755 --- a/configure +++ b/configure @@ -1388,6 +1388,7 @@ EXTERNAL_LIBRARY_LIST=" opencl opengl openssl +sdl