[MPlayer-dev-eng] DirectFB configure fix

Diego Biurrun diego at biurrun.de
Thu Dec 21 22:35:15 CET 2006


On Thu, Dec 21, 2006 at 07:09:11PM +0100, Benjamin Zores wrote:
> 
> Attached patch adds new option to configure to specify directfb-config path
> (same way it's done for other *-config binaries).
> It allows using it to retrieve DirectFB version, but also cflags and libs which
> allows cross-compilation by removing hardcoded include paths.
> 
> Ok to apply ?
> 
> --- configure	(revision 21704)
> +++ configure	(working copy)
> @@ -3742,63 +3747,50 @@
>  
>  echocheck "DirectFB"
> -if test "$_directfb" = auto ; then
> +if test "$_directfb" = auto || test "$_directfb" = yes ; then

This looks wrong.

Diego



More information about the MPlayer-dev-eng mailing list