diff options
author | Martin Storsjö <martin@martin.st> | 2010-02-28 11:03:14 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-02-28 11:03:14 +0000 |
commit | f65919af7e15345fee3349ce5999b67781fa9373 (patch) | |
tree | 8bd00f27e0f7b641fd0122a72879c21e31ec9b72 /libavformat/Makefile | |
parent | c7ff04e2f371a5157c6a632b70b9bfc5fba424c5 (diff) | |
download | ffmpeg-f65919af7e15345fee3349ce5999b67781fa9373.tar.gz |
Rename RTP depacketizer files from rtp_* to rtpdec_*
Originally committed as revision 22109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 48b8f80a74..eb710cc967 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -216,10 +216,10 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ rtp.o \ rtpdec.o \ rtpdec_amr.o \ + rtpdec_asf.o \ rtpdec_h263.o \ - rtp_asf.o \ - rtp_h264.o \ - rtp_vorbis.o + rtpdec_h264.o \ + rtpdec_vorbis.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o |