mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
bump x265 down to 3.3 on aarch64
This commit is contained in:
parent
bec7298107
commit
067cb6b51c
@ -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 ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user