[MPlayer-users] configure bug: v4l and devfs
    Felix von Leitner 
    leitner at convergence.de
       
    Sun May 19 21:08:02 CEST 2002
    
    
  
configure currently checks:
  if test -c /dev/video0 || test -c /dev/video ; then
This is OK except for devfs-only systems (like mine).
There, the devices are in /dev/v4l:
  $ ls -l /dev/v4l
  crw-------    1 root     root      81,  64 Jan  1  1970 radio0
  crw-------    1 root     root      81, 224 Jan  1  1970 vbi0
  crw-------    1 root     root      81,   0 Jan  1  1970 video0
  $
    
    
More information about the MPlayer-users
mailing list