[MPlayer-dev-eng] [PATCH] Devfs autodetection

Luca Barbieri ldb at ldb.ods.org
Mon Jun 10 20:42:55 CEST 2002


--- /usr/local/src/MPlayer-0.90pre5/configure	Sat Jun  8 00:41:25 2002
+++ MPlayer-0.90pre5/configure	Mon Jun 10 14:36:54 2002
@@ -898,7 +907,7 @@
 _vo2=no
 _language=en
 _shm=auto
-_linux_devfs=no
+_linux_devfs=auto
 _i18n=no
 _sighandler=yes
 _libdv=auto
@@ -1798,8 +1807,11 @@
 echores "$_shm"
 

-# XXX: FIXME, add runtime checking
 echocheck "linux devfs"
+if test "$_linux_devfs" == auto; then
+	_linux_devfs=no
+	test -e /dev/.devfsd && _linux_devfs=yes
+fi
 echores "$_linux_devfs"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20020610/fbe82357/attachment.pgp>


More information about the MPlayer-dev-eng mailing list