mirror of https://github.com/google/oss-fuzz.git
libheif: add compression libs (#12165)
Required for https://github.com/strukturag/libheif/pull/1208 @farindk
This commit is contained in:
parent
f9511bf688
commit
13b41ad91d
|
@ -22,11 +22,13 @@ RUN apt-get update && apt-get install -y \
|
|||
automake \
|
||||
build-essential \
|
||||
cmake \
|
||||
libbrotli-dev \
|
||||
libtool \
|
||||
make \
|
||||
mercurial \
|
||||
pkg-config \
|
||||
yasm
|
||||
yasm \
|
||||
zlib1g-dev
|
||||
|
||||
RUN git clone \
|
||||
--depth 1 \
|
||||
|
|
Loading…
Reference in New Issue