Skip to content

Commit

Permalink
x265: update to v3.6
Browse files Browse the repository at this point in the history
- remove patches that are applied upstream
  • Loading branch information
hgy59 committed Jun 15, 2024
1 parent 4892527 commit dcc7074
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 40 deletions.
2 changes: 1 addition & 1 deletion cross/x265/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = x265
PKG_VERS = 3.5
PKG_VERS = 3.6
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)_$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://bitbucket.org/multicoreware/x265_git/downloads
Expand Down
2 changes: 1 addition & 1 deletion cross/x265/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bin:bin/x265
lib:lib/libhdr10plus.so
lnk:lib/libx265.so
lib:lib/libx265.so.199
lib:lib/libx265.so.209
6 changes: 3 additions & 3 deletions cross/x265/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
x265_3.5.tar.gz SHA1 dc8e70f441991289a9a34fd37e1649d59435bfae
x265_3.5.tar.gz SHA256 e70a3335cacacbba0b3a20ec6fecd6783932288ebc8163ad74bcc9606477cae8
x265_3.5.tar.gz MD5 deb5df5cb2ec17bdbae6ac6bbc3b1eef
x265_3.6.tar.gz SHA1 51fc4592a9f1e340d87a51233361cc5a3ffd739d
x265_3.6.tar.gz SHA256 663531f341c5389f460d730e62e10a4fcca3428ca2ca109693867bc5fe2e2807
x265_3.6.tar.gz MD5 99997ecc8ee4d3575ba7715c759ad3bb
17 changes: 0 additions & 17 deletions cross/x265/patches/001-fix-dynamicHDR-flags-arm64.patch

This file was deleted.

8 changes: 4 additions & 4 deletions cross/x265/patches/002-detect512-on-all-archs.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- source/common/cpu.cpp-orig 2019-12-10 22:31:19.000525673 -0500
+++ source/common/cpu.cpp 2019-12-10 22:28:41.983368481 -0500
@@ -110,6 +110,11 @@ const cpu_name_t cpu_names[] =
--- source/common/cpu.cpp.orig 2024-04-04 09:39:50.000000000 +0000
+++ source/common/cpu.cpp 2024-06-15 07:20:37.644785266 +0000
@@ -122,6 +122,11 @@
{ "", 0 },
};

Expand All @@ -12,7 +12,7 @@
#if X265_ARCH_X86

extern "C" {
@@ -123,11 +128,6 @@ uint64_t PFX(cpu_xgetbv)(int xcr);
@@ -135,11 +140,6 @@
#pragma warning(disable: 4309) // truncation of constant value
#endif

Expand Down
14 changes: 0 additions & 14 deletions cross/x265/patches/003-fix-version-info-arm64.patch

This file was deleted.

0 comments on commit dcc7074

Please sign in to comment.