diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-01 14:34:24 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-23 15:24:08 +0200 |
commit | 2599541b3d7367d70d30ba88f17295265daef579 (patch) | |
tree | 8608d4071fa7e9bcb6896b3cdd8fdb52a8e9a633 /libavformat/Makefile | |
parent | 697ea4fccf093dec5684cae9a90e1651071474d6 (diff) | |
download | ffmpeg-2599541b3d7367d70d30ba88f17295265daef579.tar.gz |
WebVTT demuxer and decoder.
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 d6f8a1a32b..632721f4bb 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -355,6 +355,7 @@ OBJS-$(CONFIG_WC3_DEMUXER) += wc3movie.o OBJS-$(CONFIG_WEBM_MUXER) += matroskaenc.o matroska.o \ isom.o avc.o \ flacenc_header.o avlanguage.o +OBJS-$(CONFIG_WEBVTT_DEMUXER) += webvttdec.o OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood_aud.o OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood_vqa.o OBJS-$(CONFIG_WTV_DEMUXER) += wtvdec.o wtv.o asfdec.o asf.o asfcrypt.o \ |