bump x265 and update patch location

This commit is contained in:
thelamer 2019-09-22 09:17:10 -07:00
parent 377bb92a6d
commit 3814130219
3 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \