diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-08-16 14:23:35 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-08-16 14:23:35 +0000 |
commit | 51291e60052329b438ea26cbf6baf6ce79e44ad5 (patch) | |
tree | 268b7b55b0298eba3b0278ec093745ec8fbe4aec /libavformat/Makefile | |
parent | 7b18d94cb3c44cab320f4ea177760fa14d82fe30 (diff) | |
download | ffmpeg-51291e60052329b438ea26cbf6baf6ce79e44ad5.tar.gz |
Add RTP depacketization of VP8
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24798 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 09cfe8b361..b355f18d3e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -236,6 +236,7 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ rtpdec_mpeg4.o \ rtpdec_qdm2.o \ rtpdec_svq3.o \ + rtpdec_vp8.o \ rtpdec_xiph.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o |