[Mplayer-advusers] Fw: [MPlayer-users] lirc and mplayer's configure script
    Attila Kinali 
    kinali at gmx.net
       
    Sat Feb 16 13:37:06 CET 2002
    
    
  
Begin forwarded message:
Date: 15 Feb 2002 21:40:47 +0200
From: Ilya Konstantinov <anon1 at future.shiny.co.il>
To: mplayer-users at mplayerhq.hu
Subject: [MPlayer-users] lirc and mplayer's configure script
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
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
_______________________________________________
RTFM!!!  http://www.MPlayerHQ.hu/DOCS
Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
http://mplayerhq.hu/mailman/listinfo/mplayer-users
-- 
I am a moslem, i am a terrorist.
    
    
More information about the MPlayer-advusers
mailing list