[MPlayer-users] lirc and mplayer's configure script
Ilya Konstantinov
anon1 at future.shiny.co.il
Fri Feb 15 20:54:01 CET 2002
Hi,
You can improve mplayer's configure script to automatically detect lirc
on devfs systems too. On devfs systems, the lirc creates a /dev/lirc/
directory where it creates character devices for each remote control
(/dev/lirc/0 etc.). In order to detect both devfs and old systems, use:
if test -c /dev/lirc -o -d /dev/lirc ; then
instead of
if test -c /dev/lirc ; then
More information about the MPlayer-users
mailing list