diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-01-28 16:08:13 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-01-28 16:08:13 +0000 |
commit | 45aa90807fb312621c292ee9218305d41b09498d (patch) | |
tree | 07b5a7d2cd506903ca1a798a5bbbd0192e209dd0 /libavformat/Makefile | |
parent | 90d0379f5eddc549c7e0a2ea3f2dcf4471c25c51 (diff) | |
download | ffmpeg-45aa90807fb312621c292ee9218305d41b09498d.tar.gz |
Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.
Originally committed as revision 21512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 293f9d36d0..e2f81b83c1 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -213,6 +213,7 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ rdt.o \ rtp.o \ rtpdec.o \ + rtpdec_h263.o \ rtp_asf.o \ rtp_h264.o \ rtp_vorbis.o |