Re: [libav-devel] [PATCH] configure: Remove useless dependencies for RTMPT and RTMPTS

2012-07-19 Thread Måns Rullgård
Samuel Pitoiset writes: > On Thu, Jul 19, 2012 at 2:17 PM, Måns Rullgård wrote: >> Samuel Pitoiset writes: >> >>> --- >>> configure | 2 -- >>> 1 file changed, 2 deletions(-) >>> >>> diff --git a/configure b/configure >>> index 6760c0e..fadc101 100755 >>> --- a/configure >>> +++ b/configure >>

Re: [libav-devel] [PATCH] configure: Remove useless dependencies for RTMPT and RTMPTS

2012-07-19 Thread Samuel Pitoiset
On Thu, Jul 19, 2012 at 2:17 PM, Måns Rullgård wrote: > Samuel Pitoiset writes: > >> --- >> configure | 2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/configure b/configure >> index 6760c0e..fadc101 100755 >> --- a/configure >> +++ b/configure >> @@ -1548,9 +1548,7 @@ rtmp_protocol_d

Re: [libav-devel] [PATCH] configure: Remove useless dependencies for RTMPT and RTMPTS

2012-07-19 Thread Måns Rullgård
Samuel Pitoiset writes: > --- > configure | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/configure b/configure > index 6760c0e..fadc101 100755 > --- a/configure > +++ b/configure > @@ -1548,9 +1548,7 @@ rtmp_protocol_deps="!librtmp_protocol" > rtmp_protocol_select="tcp_protocol" > r

[libav-devel] [PATCH] configure: Remove useless dependencies for RTMPT and RTMPTS

2012-07-19 Thread Samuel Pitoiset
--- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 6760c0e..fadc101 100755 --- a/configure +++ b/configure @@ -1548,9 +1548,7 @@ rtmp_protocol_deps="!librtmp_protocol" rtmp_protocol_select="tcp_protocol" rtmps_protocol_deps="!librtmp_protocol" rtmps_p