Skip to content

Commit 9dc62ea

Browse files
authored
Merge branch 'markus-perl:master' into patch-1
2 parents 2c8ed00 + 9a689c2 commit 9dc62ea

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PROGNAME=$(basename "$0")
77
FFMPEG_VERSION=6.0
8-
SCRIPT_VERSION=1.46
8+
SCRIPT_VERSION=1.47
99
CWD=$(pwd)
1010
PACKAGES="$CWD/packages"
1111
WORKSPACE="$CWD/workspace"

cuda-ubuntu.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ RUN apt-get update \
1515
&& dpkg -i cuda-keyring_1.0-1_all.deb \
1616
&& apt-get update
1717

18-
RUN apt-get -y --no-install-recommends install build-essential curl libva-dev python3 python-is-python3 ninja-build meson \
18+
RUN apt-get -y --no-install-recommends install build-essential curl libva-dev python3 python-is-python3 ninja-build meson cmake \
1919
cuda="${CUDAVER}" \
2020
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
2121

22-
2322
WORKDIR /app
2423
COPY ./build-ffmpeg /app/build-ffmpeg
2524

0 commit comments

Comments
 (0)