summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-07 20:55:14 +0200
committerwm4 <wm4@nowhere>2013-07-07 21:10:44 +0200
commit4caa3356b298116a03ac0509b80dd60eca4017cc (patch)
tree7e3ba011e2695888eb4caaaf9534f4d7eb65bd4e /Makefile
parentc4f83ac6e93ec9ff2fe97b3f5c6fccc9751fa3e2 (diff)
downloadmpv-4caa3356b298116a03ac0509b80dd60eca4017cc.tar.bz2
mpv-4caa3356b298116a03ac0509b80dd60eca4017cc.tar.xz
Remove some leftovers from network removal
stream_vstream.c in particular was actually dependent on the network code, and didn't compile anymore. Cleanup the protocol list in mpv.rst, and add some missing ones supported by libavformat to stream_lavf.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 373a6f3ddc..a9f3cc49fc 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,6 @@ SOURCES-$(TV) += stream/stream_tv.c stream/tv.c \
SOURCES-$(TV_V4L2) += stream/tvi_v4l2.c stream/audio_in.c
SOURCES-$(VCD) += stream/stream_vcd.c
-SOURCES-$(VSTREAM) += stream/stream_vstream.c
SOURCES-$(DUMMY_OSD) += sub/osd_dummy.c
SOURCES-$(LIBASS_OSD) += sub/osd_libass.c