summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-18 10:50:14 +0200
committerwm4 <wm4@nowhere>2012-08-20 15:36:03 +0200
commite181547db10c48a92b6c4d891c184b416ebe2add (patch)
tree080c0e8d8c5b6f621a92abbc1bd47906d2230506 /configure
parent3a5d5f01d4d8d7beb53c3288d72db20f2ad0b141 (diff)
downloadmpv-e181547db10c48a92b6c4d891c184b416ebe2add.tar.bz2
mpv-e181547db10c48a92b6c4d891c184b416ebe2add.tar.xz
Remove support for libnemesi RTSP streaming
Removed due to being a maintainance burden. Support for FFmpeg is available.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure23
1 files changed, 0 insertions, 23 deletions
diff --git a/configure b/configure
index 3ebf7be99d..a92a488deb 100755
--- a/configure
+++ b/configure
@@ -320,7 +320,6 @@ Optional features:
--enable-winsock2_h enable winsock2_h [autodetect]
--enable-smb enable Samba (SMB) input [autodetect]
--enable-libquvi enable libquvi [autodetect]
- --enable-nemesi enable Nemesi Streaming Media [autodetect]
--enable-lcms2 enable LCMS2 support [autodetect]
--disable-vcd disable VCD support [autodetect]
--disable-bluray disable Blu-ray support [autodetect]
@@ -473,7 +472,6 @@ _libbs2b=auto
_vcd=auto
_bluray=auto
_dvdread=auto
-_nemesi=auto
_lcms2=auto
_xinerama=auto
_vm=auto
@@ -692,8 +690,6 @@ for ac_option do
--disable-bluray) _bluray=no ;;
--enable-dvdread) _dvdread=yes ;;
--disable-dvdread) _dvdread=no ;;
- --enable-nemesi) _nemesi=yes ;;
- --disable-nemesi) _nemesi=no ;;
--enable-lcms2) _lcms2=yes ;;
--disable-lcms2) _lcms2=no ;;
--enable-xinerama) _xinerama=yes ;;
@@ -3013,23 +3009,6 @@ else
fi
echores "$_lcms2"
-echocheck "Nemesi Streaming Media libraries"
-if test "$_nemesi" = auto && test "$networking" = yes ; then
- _nemesi=no
- if pkg_config_add libnemesi ; then
- _nemesi=yes
- fi
-fi
-if test "$_nemesi" = yes; then
- def_nemesi='#define CONFIG_LIBNEMESI 1'
- inputmodules="nemesi $inputmodules"
-else
- _nemesi=no
- def_nemesi='#undef CONFIG_LIBNEMESI'
- noinputmodules="nemesi $noinputmodules"
-fi
-echores "$_nemesi"
-
# Test with > against Libav 0.8 versions which will NOT work rather than
# specify minimum version, to allow (future) point releases to possibly work.
@@ -3489,7 +3468,6 @@ LIBBS2B = $_libbs2b
LIBDCA = $_libdca
LIBDV = $_libdv
LIBMAD = $_mad
-LIBNEMESI = $_nemesi
LCMS2 = $_lcms2
LIBPOSTPROC = $libpostproc
LIBSMBCLIENT = $_smb
@@ -3716,7 +3694,6 @@ $def_ftp
$def_inet6
$def_inet_aton
$def_inet_pton
-$def_nemesi
$def_networking
$def_smb
$def_libquvi