pull x265 tarball on aarch64

This commit is contained in:
aptalca 2024-05-09 21:13:58 -04:00
parent fa15e895b0
commit f5eee658fa
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -438,10 +438,9 @@ RUN \
RUN \
echo "**** grabbing x265 ****" && \
mkdir -p /tmp/x265 && \
git clone \
--branch ${X265} \
https://bitbucket.org/multicoreware/x265_git.git \
/tmp/x265
curl -Lf \
https://bitbucket.org/multicoreware/x265_git/downloads/x265_${X265}.tar.gz | \
tar -zx --strip-components=1 -C /tmp/x265
RUN \
echo "**** compiling x265 ****" && \
cd /tmp/x265/build/linux && \