diff configure @ 7111:b65b78640d49

removed old input code
author alex
date Wed, 28 Aug 2002 15:55:58 +0000
parents 4c51b2ae28c7
children b1397d95471f
line wrap: on
line diff
--- a/configure	Wed Aug 28 14:17:06 2002 +0000
+++ b/configure	Wed Aug 28 15:55:58 2002 +0000
@@ -957,7 +957,6 @@
 _tv_bsdbt848=auto
 _streaming=yes
 _vidix=auto
-_new_input=yes
 _joystick=no
 _xvid=auto
 _divx4linux=auto
@@ -1097,8 +1096,6 @@
   --disable-streaming)	_streaming=no	;;
   --enable-vidix)	_vidix=yes	;;
   --disable-vidix)	_vidix=no	;;
-  --enable-new-input)	_new_input=yes	;;
-  --disable-new-input)	_new_input=no	;;
   --enable-joystick)	_joystick=yes	;;
   --disable-joystick)	_joystick=no	;;
   --enable-xvid)	_xvid=yes	;;
@@ -4153,22 +4150,16 @@
 fi
 echo Checking for vidix ... "$_vidix"
 
-_def_new_input='#undef HAVE_NEW_INPUT'
 _def_joystick='#undef HAVE_JOYSTICK'
-echo Checking for new input ... "$_new_input"
-if test "$_new_input" = yes ; then 
-  _def_new_input='#define HAVE_NEW_INPUT 1'
-  _ld_new_input="-Linput -linput"
-  if test "$_joystick" = yes ; then
-    if linux ; then
-       # TODO add some check
-       _def_joystick='#define HAVE_JOYSTICK 1'
-    else
-       _joystick="no (unsupported under $system_name)"
-    fi
+if test "$_joystick" = yes ; then
+  if linux ; then
+    # TODO add some check
+    _def_joystick='#define HAVE_JOYSTICK 1'
+  else
+    _joystick="no (unsupported under $system_name)"
   fi
-  echo Checking for joystick ... "$_joystick"
 fi
+echo Checking for joystick ... "$_joystick"
 
 echocheck "lirc"
 if test "$_lirc" = auto ; then
@@ -4183,11 +4174,7 @@
 fi
 if test "$_lirc" = yes ; then
   _def_lirc='#define HAVE_LIRC 1'
-  if test "$_new_input" = yes ; then
-     _ld_new_input="$_ld_new_input -llirc_client"
-  else
-     _ld_lirc='-llirc_client'
-  fi
+  _ld_lirc='-llirc_client'
 else
   _def_lirc='#undef HAVE_LIRC'
 fi
@@ -4293,7 +4280,6 @@
 ENCORE_LIB =  $_ld_encore $_ld_mp3lame
 DIRECTFB_INC = $_inc_directfb
 DIRECTFB_LIB = $_ld_directfb
-NEW_INPUT_LIB = $_ld_new_input
 CDPARANOIA_INC = $_inc_cdparnoia
 CDPARANOIA_LIB = $_ld_cdparanoia
 
@@ -4647,9 +4633,6 @@
 /* enables / disables vidix usage */
 $_def_vidix
 
-/* enables / disables new input */
-$_def_new_input
-
 /* enables / disables new input joystick support */
 $_def_joystick