Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/ffmpeg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN curl -LO https://mirrors.kernel.org/ubuntu/pool/main/a/autoconf/autoconf_2.7
# Meson is pinned to get around https://github.com/mesonbuild/meson/issues/14533
RUN python3 -m pip install --upgrade pip && python3 -m pip install -U meson==1.7.2 ninja

RUN git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
RUN git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git ffmpeg

RUN curl -O https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.12.tar.bz2
RUN git clone --depth 1 https://github.com/mstorsjo/fdk-aac.git
Expand Down