summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2009-03-17 12:34:57 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2009-03-17 12:34:57 +0000
commit1a30d5415f6fa2bcc42fd6d81c9e5fbce54e3d9e (patch)
tree4e4b4c65e97b3e238004a9e0507a0acf341110d9 /libavformat/Makefile
parent6d050dd673b4cda3876698208571fbfb644dde61 (diff)
Add RTP/ASF header parsing, which is part of the SDP of these streams. See
patch discussion in "[PATCH] RTSP-MS 10/15: ASF header parsing" thread. Originally committed as revision 18023 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 426ca92f77..e883041673 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_asf.o \
rtp_mpv.o \
rtpenc.o \
rtpenc_h264.o \