diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-04-18 17:40:51 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-03 19:37:14 +0200 |
commit | 9ae570fb5fc7a0401a7cb37bac82086a07aed8a5 (patch) | |
tree | a27321dec782d95a4185c88f421631dccbc785e6 /libavformat/Makefile | |
parent | 234e00259ba036b53dc24f78f23c6afe8f108d74 (diff) | |
download | ffmpeg-9ae570fb5fc7a0401a7cb37bac82086a07aed8a5.tar.gz |
JACOsub demuxer, decoder and muxer.
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 212c9d7b50..c034296a95 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -131,6 +131,8 @@ OBJS-$(CONFIG_ISS_DEMUXER) += iss.o OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o OBJS-$(CONFIG_IVF_DEMUXER) += ivfdec.o OBJS-$(CONFIG_IVF_MUXER) += ivfenc.o +OBJS-$(CONFIG_JACOSUB_DEMUXER) += jacosubdec.o +OBJS-$(CONFIG_JACOSUB_MUXER) += jacosubenc.o OBJS-$(CONFIG_JV_DEMUXER) += jvdec.o OBJS-$(CONFIG_LATM_DEMUXER) += rawdec.o OBJS-$(CONFIG_LATM_MUXER) += latmenc.o |