From 08e696c0b28e58797b4b77310e07a93ab3267369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 8 Apr 2009 07:16:14 +0000 Subject: =?UTF-8?q?Add=20support=20for=20AMR=20audio=20in=20the=20RTP=20mu?= =?UTF-8?q?xer=20patch=20by=20Martin=20Storsj=C3=B6=20(martin=20AT=20marti?= =?UTF-8?q?n=20DOT=20st)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 2b35769..e04b86f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -188,6 +188,7 @@ 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_asf.o \ rtp_h263.o \ rtp_mpv.o \ -- cgit v1.1