[MPlayer-dev-eng] [PATCH] Do not allow to compile gui without PNG_DECODER
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jun 13 13:06:10 CEST 2007
Hi Diego!
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
More information about the MPlayer-dev-eng
mailing list