diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-22 14:40:14 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-22 14:40:14 +0000 |
commit | 856401960f034459800beb72e834e02cde686772 (patch) | |
tree | ac54fc085c2befe3966e34e0f18c952bebc48cc0 /libmpdemux | |
parent | 02362913a71839dc15b0d2605601f782ca089ab6 (diff) | |
download | mpv-856401960f034459800beb72e834e02cde686772.tar.bz2 mpv-856401960f034459800beb72e834e02cde686772.tar.xz |
rename rtsp.c to stream_rtsp.c for consistency with other input modules
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19160 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/Makefile | 2 | ||||
-rw-r--r-- | libmpdemux/stream_rtsp.c (renamed from libmpdemux/rtsp.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile index 1bffbb48a1..10446017d9 100644 --- a/libmpdemux/Makefile +++ b/libmpdemux/Makefile @@ -174,7 +174,7 @@ SRCS += asf_streaming.c \ asf_mmst_streaming.c \ pnm.c \ rtp.c \ - rtsp.c \ + stream_rtsp.c \ SRCS += realrtsp/asmrp.c \ realrtsp/real.c \ diff --git a/libmpdemux/rtsp.c b/libmpdemux/stream_rtsp.c index d39294c8b9..d39294c8b9 100644 --- a/libmpdemux/rtsp.c +++ b/libmpdemux/stream_rtsp.c |