summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorParas Chadha <paraschadha18@gmail.com>2017-08-29 22:50:33 +0530
committerPaul B Mahol <onemda@gmail.com>2017-08-30 12:13:02 +0200
commitdf475db9a29e5f3e93dc5f4faa663d30f75ec80b (patch)
tree100869d1725a9a9a8cf965c7045b1056f7a655d3 /libavformat/Makefile
parent6e02f66f1bc7c9d559bc7ef3393c66cd800d4651 (diff)
Add FITS Muxer
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 dfae160bee..36f5839aa8 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -165,6 +165,7 @@ 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_FITS_MUXER) += fitsenc.o
OBJS-$(CONFIG_FLAC_DEMUXER) += flacdec.o rawdec.o \
flac_picture.o \
oggparsevorbis.o \