Mercurial > libavformat.hg
diff Makefile @ 5560:e09092917f7e libavformat
Rename the RTP muxer sources so that the packetisation functions are in
rtpenc_*.c files.
| author | lucabe |
|---|---|
| date | Mon, 18 Jan 2010 13:44:12 +0000 |
| parents | ba6b1ac2bab6 |
| children | 96d885709963 |
line wrap: on
line diff
--- a/Makefile Mon Jan 18 11:18:25 2010 +0000 +++ b/Makefile Mon Jan 18 13:44:12 2010 +0000 @@ -201,10 +201,10 @@ OBJS-$(CONFIG_ROQ_MUXER) += raw.o OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ - rtp_aac.o \ - rtp_amr.o \ - rtp_h263.o \ - rtp_mpv.o \ + rtpenc_aac.o \ + rtpenc_amr.o \ + rtpenc_h263.o \ + rtpenc_mpv.o \ rtpenc.o \ rtpenc_h264.o \ avc.o
