summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2009-04-08 07:16:14 +0000
committerLuca Abeni <lucabe72@email.it>2009-04-08 07:16:14 +0000
commit08e696c0b28e58797b4b77310e07a93ab3267369 (patch)
tree054415f25763b7323aad26488f7a5dbcd66321af /libavformat/Makefile
parent17ad7b24c890a9816bd3e7b737c44ba7505aea67 (diff)
Add support for AMR audio in the RTP muxer
patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2b35769d9e..e04b86f42e 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 \