summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-18 10:37:34 +0200
committerwm4 <wm4@nowhere>2012-08-20 15:36:03 +0200
commit3a5d5f01d4d8d7beb53c3288d72db20f2ad0b141 (patch)
tree4b07874ce53c81de4fb74c77c9859def23f62ac6 /Makefile
parent8ca3ec1562986c0681261cad407e05578eda45fd (diff)
downloadmpv-3a5d5f01d4d8d7beb53c3288d72db20f2ad0b141.tar.bz2
mpv-3a5d5f01d4d8d7beb53c3288d72db20f2ad0b141.tar.xz
Remove support for LIVE555 RTSP streaming
The main excuse for removing this is that LIVE555 deprecated the API the mplayer implementation was using. The old API still seems to be somewhat supported, but must be explicitly enabled at LIVE555 compilation, so mplayer won't always work on any user installation. The implementation was also very messy, in C++, and FFmpeg support is available as alternative. Remove it completely.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2a8b4a536f..91795fb4fa 100644
--- a/Makefile
+++ b/Makefile
@@ -65,9 +65,6 @@ SRCS_COMMON-$(LIBNEMESI) += libmpdemux/demux_nemesi.c \
SRCS_COMMON-$(LIBPOSTPROC) += libmpcodecs/vf_pp.c
SRCS_COMMON-$(LIBSMBCLIENT) += stream/stream_smb.c
-SRCS_COMMON-$(LIVE555) += libmpdemux/demux_rtp.cpp \
- libmpdemux/demux_rtp_codec.cpp \
- stream/stream_live555.c
SRCS_COMMON-$(MACOSX_FINDER) += osdep/macosx_finder_args.m
SRCS_COMMON-$(COCOA) += libvo/osx_common.c \
libvo/cocoa_common.m \