Skip to content

Commit af2c6b5

Browse files
committed
ffmpeg: update autoconf to 2.72 to fix build
Needed after https://gitlab.xiph.org/xiph/theora/-/commit/34bf876678f87614ebe24d78c037601d9e01052e
1 parent 162f2ab commit af2c6b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/ffmpeg/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
################################################################################
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder
18-
RUN apt-get update && apt-get install -y nasm pkg-config rsync autoconf libtool gperf
18+
RUN apt-get update && apt-get install -y nasm pkg-config rsync libtool gperf
1919
RUN curl -LO https://mirrors.kernel.org/ubuntu/pool/main/a/automake-1.16/automake_1.16.5-1.3_all.deb && \
2020
apt install ./automake_1.16.5-1.3_all.deb
21+
RUN curl -LO https://mirrors.kernel.org/ubuntu/pool/main/a/autoconf/autoconf_2.72-3_all.deb && \
22+
apt install ./autoconf_2.72-3_all.deb
2123
RUN python3 -m pip install --upgrade pip && python3 -m pip install -U meson ninja
2224

2325
RUN git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg

0 commit comments

Comments
 (0)