[MPlayer-cvslog] r20359 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Oct 22 15:19:16 CEST 2006
Author: diego
Date: Sun Oct 22 15:19:15 2006
New Revision: 20359
Modified:
trunk/configure
Log:
Do not check for the existence of LIRC devices during autodetection.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Oct 22 15:19:15 2006
@@ -7368,13 +7368,11 @@
echocheck "lirc"
if test "$_lirc" = auto ; then
_lirc=no
- if test -c /dev/lirc -o -c /dev/lirc/0 ; then
cat > $TMPC <<EOF
#include <lirc/lirc_client.h>
int main(void) { return 0; }
EOF
cc_check -llirc_client && _lirc=yes
- fi
fi
if test "$_lirc" = yes ; then
_def_lirc='#define HAVE_LIRC 1'
More information about the MPlayer-cvslog
mailing list