Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-06 16:42:18 +0400
committerMartin Storsjö <martin@martin.st>2010-10-06 16:42:18 +0400
commit3ece3e4c56d1bcd64f9e180b896b3c0f1dd17e4e (patch)
treeecbaa7cbc090f9effa490c52711e80717f7db710 /libavformat/Makefile
parent9fd5f39b0e77e41d8d9b813b9a17bb21533fbf64 (diff)
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/Makefile1
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