From: Luca Abeni Date: Wed, 13 Jan 2010 18:27:21 +0000 (+0000) Subject: The RTP muxer does not need rtp_asf.c X-Git-Tag: v0.6~1961 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fad9a42ad481524577866cde2edaf7d9b2da0f24;p=platform%2Fupstream%2Flibav.git The RTP muxer does not need rtp_asf.c Originally committed as revision 21194 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/Makefile b/libavformat/Makefile index d804728..564a022 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -201,7 +201,6 @@ OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ rtp_aac.o \ rtp_amr.o \ - rtp_asf.o \ rtp_h263.o \ rtp_mpv.o \ rtpenc.o \