From 887af2aa125dd345a51eb5470c5c013327a214d6 Mon Sep 17 00:00:00 2001 From: Josh Allmann Date: Mon, 22 Mar 2010 16:26:29 +0000 Subject: RTP depacketization of Theora Patch by Josh Allmann (joshua allmann gmail com) Originally committed as revision 22636 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') 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 -- cgit v1.2.3