summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-16 20:21:25 +0100
committerwm4 <wm4@nowhere>2013-12-16 20:21:25 +0100
commit3e6cd3ef19aca7c79dfc73412f98b70b7de011b4 (patch)
treed210fab2e4539f0f68082dfec5592259a96b6a53 /old-configure
parent9662e3e50922d2cef486a657655bdc5c8786d033 (diff)
downloadmpv-3e6cd3ef19aca7c79dfc73412f98b70b7de011b4.tar.bz2
mpv-3e6cd3ef19aca7c79dfc73412f98b70b7de011b4.tar.xz
input: remove LIRCCD support
This removes support for the "LIRC Client Daemon", which is separate from LIRC, and hasn't been maintained for 10 years. See github issue #413.
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/old-configure b/old-configure
index 63eaf1fd03..e323c93a6a 100755
--- a/old-configure
+++ b/old-configure
@@ -301,7 +301,6 @@ Optional features:
--enable-termios use termios database for key codes [autodetect]
--disable-iconv disable iconv for encoding conversion [autodetect]
--enable-lirc enable LIRC (remote control) support [autodetect]
- --enable-lircc enable LIRCCD (LIRC client daemon) input [autodetect]
--enable-joystick enable joystick support [disable]
--disable-vm disable X video mode extensions [autodetect]
--disable-xf86keysym disable support for multimedia keys [autodetect]
@@ -473,7 +472,6 @@ _libquvi9=auto
_libguess=auto
_joystick=no
_lirc=auto
-_lircc=auto
_terminfo=auto
_termcap=auto
_termios=auto
@@ -686,8 +684,6 @@ for ac_option do
--lua=*) lua_pkg=$(echo $ac_option | cut -d '=' -f 2) ;;
--enable-lirc) _lirc=yes ;;
--disable-lirc) _lirc=no ;;
- --enable-lircc) _lircc=yes ;;
- --disable-lircc) _lircc=no ;;
--enable-terminfo) _terminfo=yes ;;
--disable-terminfo) _terminfo=no ;;
--enable-termcap) _termcap=yes ;;
@@ -3173,19 +3169,6 @@ else
fi
echores "$_lirc"
-echocheck "lircc"
-if test "$_lircc" = auto ; then
- _lircc=no
- header_check lirc/lircc.h -llircc && _lircc=yes
-fi
-if test "$_lircc" = yes ; then
- def_lircc='#define HAVE_LIRCC 1'
- libs_mplayer="$libs_mplayer -llircc"
-else
- def_lircc='#define HAVE_LIRCC 0'
-fi
-echores "$_lircc"
-
#############################################################################
if mingw32 ; then
@@ -3457,7 +3440,6 @@ $def_libbs2b
/* input */
$def_joystick
$def_lirc
-$def_lircc
$def_pvr
$def_radio
$def_radio_capture