diff options
author | Martin Storsjö <martin@martin.st> | 2010-10-06 12:42:18 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-10-06 12:42:18 +0000 |
commit | 3ece3e4c56d1bcd64f9e180b896b3c0f1dd17e4e (patch) | |
tree | ecbaa7cbc090f9effa490c52711e80717f7db710 /libavformat/Makefile | |
parent | 9fd5f39b0e77e41d8d9b813b9a17bb21533fbf64 (diff) | |
download | ffmpeg-3ece3e4c56d1bcd64f9e180b896b3c0f1dd17e4e.tar.gz |
Add RTP depacketization of the X-QT QuickTime format
Originally committed as revision 25371 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 b3ae72a3d9..1f1c576a08 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -240,6 +240,7 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ rtpdec_latm.o \ rtpdec_mpeg4.o \ rtpdec_qdm2.o \ + rtpdec_qt.o \ rtpdec_svq3.o \ rtpdec_vp8.o \ rtpdec_xiph.o |