mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
bump x265 and update patch location
This commit is contained in:
parent
377bb92a6d
commit
3814130219
@ -31,7 +31,7 @@ ENV \
|
||||
THEORA=1.1.1 \
|
||||
VORBIS=1.3.6 \
|
||||
VPX=1.8.0 \
|
||||
X265=3.0 \
|
||||
X265=3.1.1 \
|
||||
XVID=1.3.4
|
||||
|
||||
RUN \
|
||||
|
||||
@ -31,7 +31,7 @@ ENV \
|
||||
THEORA=1.1.1 \
|
||||
VORBIS=1.3.6 \
|
||||
VPX=1.8.0 \
|
||||
X265=3.0 \
|
||||
X265=3.1.1 \
|
||||
XVID=1.3.4
|
||||
|
||||
RUN \
|
||||
|
||||
@ -31,7 +31,7 @@ ENV \
|
||||
THEORA=1.1.1 \
|
||||
VORBIS=1.3.6 \
|
||||
VPX=1.8.0 \
|
||||
X265=3.0 \
|
||||
X265=3.1.1 \
|
||||
XVID=1.3.4
|
||||
|
||||
RUN \
|
||||
@ -366,7 +366,7 @@ RUN \
|
||||
echo "**** compiling x265 ****" && \
|
||||
cd /tmp/x265/build/linux && \
|
||||
curl -fL \
|
||||
https://sources.debian.org/data/main/x/x265/3.0-2/debian/patches/0001-Fix-arm-flags.patch \
|
||||
https://sources.debian.org/data/main/x/x265/3.1.1-2/debian/patches/0001-Fix-arm-flags.patch \
|
||||
> arm.patch && \
|
||||
patch ../../source/CMakeLists.txt < arm.patch && \
|
||||
cmake \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user