Skip to content

Commit

Permalink
Pin x265 commit
Browse files Browse the repository at this point in the history
Signed-off-by: nyanmisaka <[email protected]>
  • Loading branch information
nyanmisaka committed Oct 7, 2024
1 parent 9c31b00 commit 2002c53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builder/scripts.d/50-x265.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://bitbucket.org/multicoreware/x265_git.git"
SCRIPT_COMMIT="a009ec07721b1e7fcf5289619a3cd5dd6b67a546"
SCRIPT_COMMIT="26d2bab0063cee453b7d8012e76539a7786c032f"

ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
Expand Down
4 changes: 3 additions & 1 deletion docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,10 @@ make install
popd

# X265
git clone --depth=1 https://bitbucket.org/multicoreware/x265_git.git
x265_commit="26d2bab0063cee453b7d8012e76539a7786c032f"
git clone https://bitbucket.org/multicoreware/x265_git.git
pushd x265_git
git checkout ${x265_commit}
# Wa for https://bitbucket.org/multicoreware/x265_git/issues/624
rm -rf .git
x265_conf="
Expand Down
2 changes: 1 addition & 1 deletion msys2/PKGBUILD/40-mingw-w64-x265/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msys2_references=(
"cpe: cpe:/a:multicorewareinc:x265"
"cpe: cpe:/a:multicorewareinc:x265_high_efficiency_video_coding"
)
_commit="a009ec07721b1e7fcf5289619a3cd5dd6b67a546"
_commit="26d2bab0063cee453b7d8012e76539a7786c032f"
source=("${_realname}"::"git+https://bitbucket.org/multicoreware/x265_git.git#commit=${_commit}")
sha256sums=('SKIP')

Expand Down

0 comments on commit 2002c53

Please sign in to comment.