diff options
author | Star Brilliant <m13253@hotmail.com> | 2014-07-09 14:24:05 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-13 19:18:31 +0200 |
commit | 3f815f713bef1cc72e8f15df0f706971f5cd18b5 (patch) | |
tree | 2292fb351cc31cd2d0eab60c82cb63379c8e7161 /libavformat/Makefile | |
parent | 42c1cc35b7623ce76c7b55c6bc100f135e17cd4f (diff) | |
download | ffmpeg-3f815f713bef1cc72e8f15df0f706971f5cd18b5.tar.gz |
AVFormat: LRC demuxer and muxer
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 03af08a9c6..3e14ccc653 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -211,6 +211,8 @@ OBJS-$(CONFIG_LATM_DEMUXER) += rawdec.o OBJS-$(CONFIG_LATM_MUXER) += latmenc.o rawenc.o OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o OBJS-$(CONFIG_LOAS_DEMUXER) += loasdec.o rawdec.o +OBJS-$(CONFIG_LRC_DEMUXER) += lrcdec.o lrc.o subtitles.o +OBJS-$(CONFIG_LRC_MUXER) += lrcenc.o lrc.o OBJS-$(CONFIG_LVF_DEMUXER) += lvfdec.o OBJS-$(CONFIG_LXF_DEMUXER) += lxfdec.o OBJS-$(CONFIG_M4V_DEMUXER) += m4vdec.o rawdec.o |