summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 19:31:53 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 19:31:53 +0000
commit74f76ea788d9af5a37d668de0e53afe13a305aaa (patch)
tree5bd711c9cec8323ced1b7e850ce057c5d19667df /stream/Makefile
parentae8b32f6c1c52770eb60392daa13eda36210c80f (diff)
downloadmpv-74f76ea788d9af5a37d668de0e53afe13a305aaa.tar.bz2
mpv-74f76ea788d9af5a37d668de0e53afe13a305aaa.tar.xz
removed udp socket creation code from rtp stack to a new dedicated udp helper file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19324 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/Makefile')
-rw-r--r--stream/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 31872b2ada..84c8780459 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -86,6 +86,7 @@ SRCS += asf_streaming.c \
asf_mmst_streaming.c \
pnm.c \
rtp.c \
+ udp.c \
stream_rtsp.c \
stream_rtp.c \
stream_udp.c \