summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-27 17:21:46 +0200
committerwm4 <wm4@nowhere>2013-06-28 15:40:15 +0200
commit1327eeb375064573d5b9b3657958614ab297c2b1 (patch)
tree9d5c3d4e79ac14679315fe33514ea1716c22481f /Makefile
parentf296258de0bb43363f45941b3d01b3cf63a8c1bd (diff)
downloadmpv-1327eeb375064573d5b9b3657958614ab297c2b1.tar.bz2
mpv-1327eeb375064573d5b9b3657958614ab297c2b1.tar.xz
stream: redo memory streams
Make memory streams actual streams. This causes fewer weird corner cases and actually allows using demuxers with them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 873a5ca64d..14a1e54fee 100644
--- a/Makefile
+++ b/Makefile
@@ -227,6 +227,7 @@ SOURCES = talloc.c \
stream/stream_avdevice.c \
stream/stream_file.c \
stream/stream_lavf.c \
+ stream/stream_memory.c \
stream/stream_mf.c \
stream/stream_null.c \
stream/url.c \