Re: [libav-devel] [PATCH] configure: Make protocols select instead of depend on networking code

2012-12-07 Thread Måns Rullgård
Diego Biurrun writes: > --- > ... and now with simplified http protocol deps ... > > configure | 16 +++- > 1 files changed, 7 insertions(+), 9 deletions(-) Probably OK. -- Måns Rullgård m...@mansr.com ___ libav-devel mailing list liba

[libav-devel] [PATCH] configure: Make protocols select instead of depend on networking code

2012-12-07 Thread Diego Biurrun
--- ... and now with simplified http protocol deps ... configure | 16 +++- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/configure b/configure index 9b84da1..e754f2f 100755 --- a/configure +++ b/configure @@ -1696,10 +1696,8 @@ ffrtmpcrypt_protocol_deps_any="gcrypt

Re: [libav-devel] [PATCH] configure: Make protocols select instead of depend on networking code

2012-12-07 Thread Måns Rullgård
Diego Biurrun writes: > -http_protocol_deps="network" > -http_protocol_select="tcp_protocol" > +http_protocol_deps="tcp_protocol" This should still be _select. -- Måns Rullgård m...@mansr.com ___ libav-devel mailing list libav-devel@libav.org https:/

[libav-devel] [PATCH] configure: Make protocols select instead of depend on networking code

2012-12-07 Thread Diego Biurrun
--- Dropped some stray network dependencies that are covered by tcp_protocol dependencies. configure | 18 -- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 9b84da1..c413c76 100755 --- a/configure +++ b/configure @@ -1696,11 +1696,9 @

Re: [libav-devel] [PATCH] configure: Make protocols select instead of depend on networking code

2012-12-07 Thread Måns Rullgård
Diego Biurrun writes: > --- > > Ahem ... :) > > configure | 20 +--- > 1 files changed, 9 insertions(+), 11 deletions(-) > > diff --git a/configure b/configure > index 9b84da1..4940be9 100755 > --- a/configure > +++ b/configure > @@ -1696,11 +1696,9 @@ ffrtmpcrypt_protocol_deps

[libav-devel] [PATCH] configure: Make protocols select instead of depend on networking code

2012-12-07 Thread Diego Biurrun
--- Ahem ... :) configure | 20 +--- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 9b84da1..4940be9 100755 --- a/configure +++ b/configure @@ -1696,11 +1696,9 @@ ffrtmpcrypt_protocol_deps_any="gcrypt nettle openssl" ffrtmpcrypt_pro