aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-07 01:59:18 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-07 01:59:22 +0200
commit5f2b4a2f6a13aaa1139cadd70ae7652545eb9615 (patch)
treee2b1b3120bb8e5b995408aacc0b932c959d8c9a7 /libavformat/Makefile
parentbc6f84fff74131e869b72a10ac2efe8b745779a4 (diff)
parent2279de6eca1294082a307feb211b217781da8045 (diff)
downloadffmpeg-5f2b4a2f6a13aaa1139cadd70ae7652545eb9615.tar.gz
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: lavf/img2dec: Autodetect qdraw images. lavc/qdrw: Also support real-world qdraw images. Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 8d9a770784..bca9d5b9d4 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -206,6 +206,7 @@ OBJS-$(CONFIG_IMAGE_JPEG_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_JPEGLS_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_QDRAW_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_SGI_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_SUNRAST_PIPE_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE_TIFF_PIPE_DEMUXER) += img2dec.o img2.o