On Thu, Feb 13, 2014 at 12:26:50PM +0100, Janne Grunau wrote:
> On 2014-02-13 12:14:46 +0100, Diego Biurrun wrote:
> > On Thu, Feb 13, 2014 at 12:57:50AM +0100, Janne Grunau wrote:
> > > --- a/configure
> > > +++ b/configure
> > > @@ -4453,6 +4454,13 @@ get_version(){
> > >  
> > > +print_program_libs(){
> > > +    eval "program_libs=\$${1}_libs"
> > > +    eval echo "LIBS-${1}=${program_libs}" >> config.mak
> > > +}
> > 
> > Am I missing why just
> > 
> >   eval echo "LIBS-${1}=\$${1}_libs" >> config.mak
> > 
> > does not work?
> 
> $avplay_libs needs to be evaluated to write the value of '$sdl_libs'
> instead of the string to config.mak.

OK with my other comments addressed then.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to