bump x265 down to 3.3 on aarch64

This commit is contained in:
thelamer 2021-06-30 23:03:59 -07:00
parent bec7298107
commit 067cb6b51c

View File

@ -30,7 +30,7 @@ ENV \
THEORA=1.1.1 \
VORBIS=1.3.6 \
VPX=1.10.0 \
X265=3.4 \
X265=3.3 \
XVID=1.3.7
RUN \
@ -343,7 +343,7 @@ RUN \
echo "**** grabbing x265 ****" && \
mkdir -p /tmp/x265 && \
curl -Lf \
http://anduin.linuxfromscratch.org/BLFS/x265/x265_${X265}.tar.gz | \
https://github.com/videolan/x265/archive/refs/tags/${X265}.tar.gz | \
tar -zx --strip-components=1 -C /tmp/x265
RUN \
echo "**** compiling x265 ****" && \