6 Nov
2001
6 Nov
'01
11:56 a.m.
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv587 Modified Files: configure Log Message: dvb test, /dev/ost/video: Check for character device (-c) instead of file existance (-e), the -e test is not available on solaris' /bin/sh. Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.226 retrieving revision 1.227 diff -u -r1.226 -r1.227 --- configure 6 Nov 2001 11:22:40 -0000 1.226 +++ configure 6 Nov 2001 16:56:27 -0000 1.227 @@ -681,7 +681,7 @@ _syncfb=yes fi -if test -e /dev/ost/video ; then +if test -c /dev/ost/video ; then _dvb=yes fi