File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
4
4
5
5
RUN apt-get update \
6
6
&& apt-get -y --no-install-recommends install build-essential curl ca-certificates libva-dev \
7
- python3 python-is-python3 ninja-build meson \
7
+ python3 python-is-python3 ninja-build meson git \
8
8
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* \
9
9
&& update-ca-certificates
10
10
Original file line number Diff line number Diff line change @@ -535,15 +535,14 @@ if command_exists "python3"; then
535
535
fi
536
536
fi
537
537
538
- if build " svtav1" " 2.1 .0" ; then
538
+ if build " svtav1" " 2.3 .0" ; then
539
539
# Last known working commit which passed CI Tests from HEAD branch
540
540
download " https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v$CURRENT_PACKAGE_VERSION /SVT-AV1-v$CURRENT_PACKAGE_VERSION .tar.gz" " svtav1-$CURRENT_PACKAGE_VERSION .tar.gz"
541
541
cd " ${PACKAGES} " /svtav1-$CURRENT_PACKAGE_VERSION //Build/linux || exit
542
542
execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G" Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
543
543
execute make -j $MJOBS
544
544
execute make install
545
545
execute cp SvtAv1Enc.pc " ${WORKSPACE} /lib/pkgconfig/"
546
- execute cp SvtAv1Dec.pc " ${WORKSPACE} /lib/pkgconfig/"
547
546
build_done " svtav1" $CURRENT_PACKAGE_VERSION
548
547
fi
549
548
CONFIGURE_OPTIONS+=(" --enable-libsvtav1" )
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ ENV NVIDIA_VISIBLE_DEVICES=all
5
5
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
6
6
7
7
RUN apt-get update \
8
- && apt-get -y --no-install-recommends install build-essential curl ca-certificates python3 python-is-python3 ninja-build meson \
8
+ && apt-get -y --no-install-recommends install build-essential curl ca-certificates python3 \
9
+ python-is-python3 ninja-build meson git \
9
10
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* \
10
11
&& update-ca-certificates
11
12
You can’t perform that action at this time.
0 commit comments