Re: [FFmpeg-devel] [PATCH]Slightly improve configure --help output

2014-12-10 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > > > + --enable-gnutls enable gnutls, needed for https support [no] > > > > or openssl > > also same change for the opessl option is missing > > New patch attached. The new patch was merged. Thank you, Carl Eugen __

Re: [FFmpeg-devel] [PATCH]Slightly improve configure --help output

2014-12-06 Thread Michael Niedermayer
On Sat, Dec 06, 2014 at 11:14:49PM +0100, Carl Eugen Hoyos wrote: > On Saturday 06 December 2014 02:27:30 pm Michael Niedermayer wrote: > > On Sat, Dec 06, 2014 at 01:52:26PM +0100, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Users currently cannot easily know how to enable filters like the > > >

Re: [FFmpeg-devel] [PATCH]Slightly improve configure --help output

2014-12-06 Thread Carl Eugen Hoyos
On Saturday 06 December 2014 02:27:30 pm Michael Niedermayer wrote: > On Sat, Dec 06, 2014 at 01:52:26PM +0100, Carl Eugen Hoyos wrote: > > Hi! > > > > Users currently cannot easily know how to enable filters like the > > drawtext filter. Attached patch tries to improve this. > > + --enable-gnutl

Re: [FFmpeg-devel] [PATCH]Slightly improve configure --help output

2014-12-06 Thread Michael Niedermayer
On Sat, Dec 06, 2014 at 01:52:26PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Users currently cannot easily know how to enable filters like the drawtext > filter. Attached patch tries to improve this. > > Please comment, Carl Eugen > configure | 19 ++- > 1 file changed, 10 ins

[FFmpeg-devel] [PATCH]Slightly improve configure --help output

2014-12-06 Thread Carl Eugen Hoyos
Hi! Users currently cannot easily know how to enable filters like the drawtext filter. Attached patch tries to improve this. Please comment, Carl Eugen diff --git a/configure b/configure index c046e34..d5c73a0 100755 --- a/configure +++ b/configure @@ -194,25 +194,26 @@ Individual component opti