diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-31 16:10:33 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-01 20:10:52 +0100 |
commit | 6d64a14e6deae319e8d21b23072e0a73f8cfd9c1 (patch) | |
tree | ee89698994bf57b6ba5e598e29fe1c5a8080060f /libavformat/Makefile | |
parent | ae437c7ce7049a81db9378645ca4146d35ecb25f (diff) | |
download | ffmpeg-6d64a14e6deae319e8d21b23072e0a73f8cfd9c1.tar.gz |
avformat: add webp muxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 62dc41c762..9833ebb095 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -450,6 +450,7 @@ OBJS-$(CONFIG_WEBM_DASH_MANIFEST_DEMUXER)+= matroskadec.o matroska.o \ oggparsevorbis.o vorbiscomment.o \ flac_picture.o replaygain.o OBJS-$(CONFIG_WEBM_DASH_MANIFEST_MUXER) += webmdashenc.o matroska.o +OBJS-$(CONFIG_WEBP_MUXER) += webpenc.o OBJS-$(CONFIG_WEBVTT_DEMUXER) += webvttdec.o subtitles.o OBJS-$(CONFIG_WEBVTT_MUXER) += webvttenc.o OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood_aud.o |