summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 18:32:36 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 18:32:36 +0000
commit2d79655938d71025999550912dd3b554cf4a3ca7 (patch)
tree94e302bcc2b2b894712b70052e47709e19227670 /stream/Makefile
parent2410b87a6408d91eb5c8db8d38af5aabfdca4d8a (diff)
downloadmpv-2d79655938d71025999550912dd3b554cf4a3ca7.tar.bz2
mpv-2d79655938d71025999550912dd3b554cf4a3ca7.tar.xz
split rtp stack, udp input layer and rtp input layer from rtp.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19319 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/Makefile')
-rw-r--r--stream/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 72ad1a0ce9..31872b2ada 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -87,6 +87,8 @@ SRCS += asf_streaming.c \
pnm.c \
rtp.c \
stream_rtsp.c \
+ stream_rtp.c \
+ stream_udp.c \
SRCS += realrtsp/asmrp.c \
realrtsp/real.c \