Mercurial > mplayer.hg
comparison stream/Makefile @ 19318:a3ddd3320b47
removed udp socket creation code from rtp stack to a new dedicated udp helper file
author | ben |
---|---|
date | Fri, 04 Aug 2006 19:31:53 +0000 |
parents | 0792ad01e9bf |
children | 2a9d669e5ff6 |
comparison
equal
deleted
inserted
replaced
19317:e0b496cf9863 | 19318:a3ddd3320b47 |
---|---|
84 network.c \ | 84 network.c \ |
85 cookies.c \ | 85 cookies.c \ |
86 asf_mmst_streaming.c \ | 86 asf_mmst_streaming.c \ |
87 pnm.c \ | 87 pnm.c \ |
88 rtp.c \ | 88 rtp.c \ |
89 udp.c \ | |
89 stream_rtsp.c \ | 90 stream_rtsp.c \ |
90 stream_rtp.c \ | 91 stream_rtp.c \ |
91 stream_udp.c \ | 92 stream_udp.c \ |
92 | 93 |
93 SRCS += realrtsp/asmrp.c \ | 94 SRCS += realrtsp/asmrp.c \ |