diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-07-01 20:12:58 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-07-01 20:12:58 +0000 |
commit | 4449df6baf245465715844ce96886600128b3a83 (patch) | |
tree | 4da520ade0f75dc8a90eb213bc0c9cde1c006ddf /libavformat/Makefile | |
parent | 2b4abbd6f5f065a41d48622154cb7fd045247f2f (diff) | |
download | ffmpeg-4449df6baf245465715844ce96886600128b3a83.tar.gz |
Add RTP depacketization of SVQ3
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23941 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 2977673604..5291fe3dd3 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -229,6 +229,7 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ rtpdec_h263.o \ rtpdec_h264.o \ rtpdec_mpeg4.o \ + rtpdec_svq3.o \ rtpdec_xiph.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o |