mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
pull x265 tarball on aarch64
This commit is contained in:
parent
fa15e895b0
commit
f5eee658fa
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user