diff Makefile @ 4744:51899c07a4f1 libavformat

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.
author rbultje
date Tue, 17 Mar 2009 12:34:57 +0000
parents 1f87eacc3c32
children ffb7e8093289
line wrap: on
line diff
--- a/Makefile	Tue Mar 17 12:27:32 2009 +0000
+++ b/Makefile	Tue Mar 17 12:34:57 2009 +0000
@@ -188,6 +188,7 @@
 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 \