Mercurial > libavformat.hg
diff Makefile @ 5726:04b39763b51b libavformat
Rename RTP depacketizer files from rtp_* to rtpdec_*
| author | mstorsjo |
|---|---|
| date | Sun, 28 Feb 2010 11:03:14 +0000 |
| parents | 25062326d2f9 |
| children | 667736f463b3 |
line wrap: on
line diff
--- a/Makefile Sun Feb 28 03:59:15 2010 +0000 +++ b/Makefile Sun Feb 28 11:03:14 2010 +0000 @@ -216,10 +216,10 @@ 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
