summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-07-04 02:10:26 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-07-04 02:10:26 +0200
commit4c145b692c31802b6f1be248f56450e20331269b (patch)
treeb28f296df196e309b96552a4d7c25f876f8d8f4b /libavformat/Makefile
parent8279a152847005a124de1f4b33b35b9c85e1a116 (diff)
Autodetect JPEG2000 imagess.
Autodetection of jp2 files does not work yet, the files are detected as mov.
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 7e7a7fbaa5..03af08a9c6 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -190,6 +190,7 @@ OBJS-$(CONFIG_IMAGE2_BRENDER_PIX_DEMUXER) += img2_brender_pix.o
OBJS-$(CONFIG_IMAGE_BMP_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_DPX_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_EXR_PIPE_DEMUXER) += img2dec.o img2.o
+OBJS-$(CONFIG_IMAGE_J2K_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_PICTOR_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_PNG_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_SGI_PIPE_DEMUXER) += img2dec.o img2.o