diff options
author | James Zern <jzern@google.com> | 2010-06-04 22:40:54 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-06-04 22:40:54 +0000 |
commit | 316d6c153caffaa9886968783e8d00aa9aca2640 (patch) | |
tree | 627c25cf495b4052c4132b7cea8caba98d9c40ec /libavformat/Makefile | |
parent | ac9baa716b8369d7df225f25f9e5eee7bd512b80 (diff) | |
download | ffmpeg-316d6c153caffaa9886968783e8d00aa9aca2640.tar.gz |
Add WebM muxer
Patch by James Zern <jzern at google>
Originally committed as revision 23474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index ac812cca6c..4b8103fed2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -258,6 +258,9 @@ OBJS-$(CONFIG_W64_DEMUXER) += wav.o riff.o raw.o OBJS-$(CONFIG_WAV_DEMUXER) += wav.o riff.o raw.o OBJS-$(CONFIG_WAV_MUXER) += wav.o riff.o OBJS-$(CONFIG_WC3_DEMUXER) += wc3movie.o +OBJS-$(CONFIG_WEBM_MUXER) += matroskaenc.o matroska.o \ + riff.o isom.o avc.o \ + flacenc_header.o OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o OBJS-$(CONFIG_WV_DEMUXER) += wv.o apetag.o id3v1.o |