summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorParas Chadha <paraschadha18@gmail.com>2017-08-29 22:42:26 +0530
committerPaul B Mahol <onemda@gmail.com>2017-08-30 12:13:01 +0200
commit207f0cff2ac8e79747eca0de06666bfcd823d4b7 (patch)
tree2320eef6c67529d5fcc96c74f17df9a717d5a18b /libavformat/Makefile
parent61e4db4bb730409798dff8d87d83459cb888786e (diff)
Add FITS Demuxer
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index f2b465cfa2..dfae160bee 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -164,6 +164,7 @@ OBJS-$(CONFIG_FFMETADATA_MUXER) += ffmetaenc.o
OBJS-$(CONFIG_FIFO_MUXER) += fifo.o
OBJS-$(CONFIG_FILMSTRIP_DEMUXER) += filmstripdec.o
OBJS-$(CONFIG_FILMSTRIP_MUXER) += filmstripenc.o
+OBJS-$(CONFIG_FITS_DEMUXER) += fitsdec.o
OBJS-$(CONFIG_FLAC_DEMUXER) += flacdec.o rawdec.o \
flac_picture.o \
oggparsevorbis.o \