Re: [libav-devel] [PATCH 3/6] build: Factor out acelp dependencies to CONFIG_ACELP

2012-08-26 Thread Diego Biurrun
On Wed, Aug 22, 2012 at 05:05:04PM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > On Tue, Aug 21, 2012 at 12:06:25AM +0100, Måns Rullgård wrote: > >> Diego Biurrun writes: > >> > --- a/libavcodec/Makefile > >> > +++ b/libavcodec/Makefile > >> > @@ -33,6 +33,9 @@ OBJS = allcodecs.o

Re: [libav-devel] [PATCH 3/6] build: Factor out acelp dependencies to CONFIG_ACELP

2012-08-22 Thread Måns Rullgård
Diego Biurrun writes: > On Tue, Aug 21, 2012 at 12:06:25AM +0100, Måns Rullgård wrote: >> Diego Biurrun writes: >> > --- a/libavcodec/Makefile >> > +++ b/libavcodec/Makefile >> > @@ -33,6 +33,9 @@ OBJS = allcodecs.o >> >\ >> > # parts neede

Re: [libav-devel] [PATCH 3/6] build: Factor out acelp dependencies to CONFIG_ACELP

2012-08-22 Thread Diego Biurrun
On Tue, Aug 21, 2012 at 12:06:25AM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > --- a/libavcodec/Makefile > > +++ b/libavcodec/Makefile > > @@ -33,6 +33,9 @@ OBJS = allcodecs.o > > \ > > # parts needed for many different codecs > >

Re: [libav-devel] [PATCH 3/6] build: Factor out acelp dependencies to CONFIG_ACELP

2012-08-20 Thread Måns Rullgård
Diego Biurrun writes: > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index 0de644c..2988b53 100644 > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -33,6 +33,9 @@ OBJS = allcodecs.o > \ > # parts needed for many differ

[libav-devel] [PATCH 3/6] build: Factor out acelp dependencies to CONFIG_ACELP

2012-08-20 Thread Diego Biurrun
A new hidden config variable is added for the codecs that depend on the acelp parts. --- configure |7 --- libavcodec/Makefile | 15 ++- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/configure b/configure index 6bbe6e2..931c300 100755 --- a/config