Skip to content

Commit

Permalink
Update x265 to version 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Feb 17, 2022
1 parent 5dcbee9 commit 0268fc9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions patches/x265.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -urN x265_3.5.orig/source/CMakeLists.txt x265_3.5/source/CMakeLists.txt
--- x265_3.5.orig/source/CMakeLists.txt 2021-03-16 13:53:00.000000000 +0100
+++ x265_3.5/source/CMakeLists.txt 2022-02-17 08:45:43.133514991 +0100
@@ -40,7 +40,7 @@
# System architecture detection
string(TOLOWER "${CMAKE_SYSTEM_PROCESSOR}" SYSPROC)
set(X86_ALIASES x86 i386 i686 x86_64 amd64)
-set(ARM_ALIASES armv6l armv7l aarch64)
+set(ARM_ALIASES armv6l armv7l aarch64 arm64)
list(FIND X86_ALIASES "${SYSPROC}" X86MATCH)
list(FIND ARM_ALIASES "${SYSPROC}" ARMMATCH)
set(POWER_ALIASES ppc64 ppc64le)
2 changes: 1 addition & 1 deletion scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
Package(
name="x265",
requires=["cmake"],
source_url="http://ftp.videolan.org/pub/videolan/x265/x265_3.2.1.tar.gz",
source_url="https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz",
build_system="cmake",
source_dir="source",
),
Expand Down

0 comments on commit 0268fc9

Please sign in to comment.