[imagemagick] re-add libde265 (#1372)

libde265 is needed to build libheif
This commit is contained in:
Paul Kehrer 2018-04-27 09:40:19 -10:00 committed by jonathanmetzman
parent cfda53dfe4
commit 20f119323f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ MAINTAINER paul.l.kehrer@gmail.com
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config cmake nasm autopoint
RUN git clone --depth 1 https://github.com/imagemagick/imagemagick
RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff
RUN git clone --depth 1 https://github.com/strukturag/libde265
RUN git clone --depth 1 https://github.com/strukturag/libheif
RUN git clone --depth 1 https://github.com/uclouvain/openjpeg
RUN git clone --depth 1 https://github.com/webmproject/libwebp