diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-07-14 12:32:00 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-07-14 12:32:00 +0000 |
commit | a59096e4a7f2ddd7438702520b6efa5938eeb5ea (patch) | |
tree | 242fba534f12742e0f7c3d59184313eda79ca493 /libavformat/Makefile | |
parent | 5590cc78ee658128ef572507d3dc9ef7744d4ea7 (diff) | |
download | ffmpeg-a59096e4a7f2ddd7438702520b6efa5938eeb5ea.tar.gz |
Add a depacketizer for QDM2
Patch by Josh Allmann, joshua dot allmann at gmail, original code
by Ronald S Bultje.
Originally committed as revision 24236 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 36669bd57f..cab222c732 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_qdm2.o \ rtpdec_svq3.o \ rtpdec_xiph.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o |