summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorStåle Kristoffersen <staalebk@ifi.uio.no>2016-10-11 15:36:40 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-17 23:52:25 +0100
commitd8b9bef1a06e3592122613391d951bdbb4c74d46 (patch)
tree96064b3b956b0cbdfbff40a99cf98fed391276cb /libavformat/Makefile
parent295601bba3023b14264fcfee64e7a386cd7753cd (diff)
avformat: Auto-detect mjpeg 2000 in mpeg-ts
This makes it possible to decode motion jpeg 2000 encoded in a transport stream without a correct PMT/PAT. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 f803d0424b..119e46bd8e 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -274,6 +274,7 @@ OBJS-$(CONFIG_MD5_MUXER) += hashenc.o
OBJS-$(CONFIG_MGSTS_DEMUXER) += mgsts.o
OBJS-$(CONFIG_MICRODVD_DEMUXER) += microdvddec.o subtitles.o
OBJS-$(CONFIG_MICRODVD_MUXER) += microdvdenc.o
+OBJS-$(CONFIG_MJPEG_2000_DEMUXER) += rawdec.o mj2kdec.o
OBJS-$(CONFIG_MJPEG_DEMUXER) += rawdec.o
OBJS-$(CONFIG_MJPEG_MUXER) += rawenc.o
OBJS-$(CONFIG_MLP_DEMUXER) += rawdec.o mlpdec.o