diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-03-22 16:26:29 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-03-22 16:26:29 +0000 |
commit | 887af2aa125dd345a51eb5470c5c013327a214d6 (patch) | |
tree | 3a770cc329421f8be8cc7963fcb88254f4fe27b0 /libavformat/Makefile | |
parent | 685e76b5541ca5f5f4aaddc32ad313187314a77d (diff) | |
download | ffmpeg-887af2aa125dd345a51eb5470c5c013327a214d6.tar.gz |
RTP depacketization of Theora
Patch by Josh Allmann (joshua allmann gmail com)
Originally committed as revision 22636 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 2a2d12314e..39ac96ce04 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -223,6 +223,7 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ rtpdec_asf.o \ rtpdec_h263.o \ rtpdec_h264.o \ + rtpdec_theora.o \ rtpdec_vorbis.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o |