diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-08-16 14:21:17 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-08-16 14:21:17 +0000 |
commit | 7b18d94cb3c44cab320f4ea177760fa14d82fe30 (patch) | |
tree | 73ffe59fdae8bfee73673fff8b4503841515aa32 /libavformat/Makefile | |
parent | 63638a3c4a6c8fec03e121a0bfbfa555ff6d4956 (diff) | |
download | ffmpeg-7b18d94cb3c44cab320f4ea177760fa14d82fe30.tar.gz |
Add RTP packetization of VP8
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24797 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 ed0940f7dc..09cfe8b361 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -219,6 +219,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ rtpenc_mpv.o \ rtpenc.o \ rtpenc_h264.o \ + rtpenc_vp8.o \ rtpenc_xiph.o \ avc.o OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o httpauth.o |