From fad9a42ad481524577866cde2edaf7d9b2da0f24 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Wed, 13 Jan 2010 18:27:21 +0000 Subject: [PATCH] The RTP muxer does not need rtp_asf.c Originally committed as revision 21194 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index d804728fcf..564a022b1b 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 \