Skip to content

Commit

Permalink
bump x265 and update patch location
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Sep 22, 2019
1 parent 377bb92 commit 3814130
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 3814130

Please sign in to comment.