[MPlayer-dev-eng] [PATCH] Do not allow to compile gui without?PNG_DECODER

Diego Biurrun diego at biurrun.de
Wed Jun 13 19:53:28 CEST 2007


On Wed, Jun 13, 2007 at 11:06:10AM +0000, Carl Eugen Hoyos wrote:
> 
> Diego Biurrun <diego <at> biurrun.de> writes:
> 
> > > +  if test "$_libavcodec" != yes || test "`echo $_libavdecoders`" = "`echo
> > $_libavdecoders | sed -e
> > s/PNG_DECODER//`" ; then
> > 
> > I think this can be slightly simplified like this:
> > 
> >   if test "$_libavcodec" != yes || not `echo $_libavdecoders | grep
> PNG_DECODER > /dev/null 2>&1` ; then
> 
> Applied.
> 
> Thank you for the shell lesson including (difficult) examination, Carl Eugen

You're most welcome.  I've learned so much here over the years and it's
nice to see that apparently others can learn things from me as well now
:)

Diego



More information about the MPlayer-dev-eng mailing list