[MPlayer-dev-eng] fbdev undetection in configure

pl p_l at tfz.net
Fri Jan 4 11:32:13 CET 2002


On Fri, Jan 04, 2002 at 10:55:48AM +0100, Gabucino wrote:

> ./configure doesn't autodetect fbdev. Why?

IIRC, there was a discussion several when configure2 was released but:
 - no good technique of detection for fbdev was found (we just check if
   we're running on a linux)
 - it was argued whether it should be default enabled/disabled

As a result, it has been forgotten and left in the state it was in :)

> The following patch fixes the stuff.

> --- main/configure	Tue Jan  1 11:16:41 2002
> +++ src/configure	Fri Jan  4 10:53:58 2002

-  --enable-fbdev         build with FBDev render support [disable]
+  --enable-fbdev         build with FBDev render support [auto]

> @@ -679,7 +679,7 @@
>  _ggi=auto
>  _aa=auto
>  _svga=auto
> -_fbdev=no
> +_fbdev=auto
>  _dvb=auto
>  _dxr3=auto
>  _iconv=auto

-- 
Best regards,
  pl



More information about the MPlayer-dev-eng mailing list