summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-01 17:30:31 +0200
committerwm4 <wm4@nowhere>2012-08-01 17:47:14 +0200
commit59b938c8aa7d903e849748b737d45ccd949ef419 (patch)
tree8418d35dc94e3e7a8f185a1e63dbdad45e271e8d /configure
parentc92538dfaa5eb7e9b2773f158cbb310545116abe (diff)
downloadmpv-59b938c8aa7d903e849748b737d45ccd949ef419.tar.bz2
mpv-59b938c8aa7d903e849748b737d45ccd949ef419.tar.xz
stream: remove native RTSP/RTP/PNM support
There are still various other RTSP implementations available, such as libnemesi, live555, and libav. The mplayer native version was a huge chunk of old unmaintained code.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 2fdab8cb63..5adcd71aab 100755
--- a/configure
+++ b/configure
@@ -500,7 +500,6 @@ _real=auto
_live=no
_nemesi=auto
_lcms2=auto
-_native_rtsp=yes
_xinerama=auto
_vm=auto
_xf86keysym=auto
@@ -3517,11 +3516,9 @@ if test "$_nemesi" = auto && test "$networking" = yes ; then
fi
fi
if test "$_nemesi" = yes; then
- _native_rtsp=no
def_nemesi='#define CONFIG_LIBNEMESI 1'
inputmodules="nemesi $inputmodules"
else
- _native_rtsp="$networking"
_nemesi=no
def_nemesi='#undef CONFIG_LIBNEMESI'
noinputmodules="nemesi $noinputmodules"
@@ -4168,7 +4165,6 @@ MACOSX_FINDER = $_macosx_finder
MD5SUM = $_md5sum
MNG = $_mng
MPG123 = $_mpg123
-NATIVE_RTSP = $_native_rtsp
NETWORKING = $networking
OPENAL = $_openal
OSS = $_ossaudio