Skip to content

Commit

Permalink
x265: add patch to fix multibit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
1480c1 committed Oct 26, 2022
1 parent 937884b commit ad156e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/media-suite_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@ fi
_check=(x265{,_config}.h libx265.a x265.pc)
[[ $standalone = y ]] && _check+=(bin-video/x265.exe)
if [[ ! $x265 = n ]] && do_vcs "https://bitbucket.org/multicoreware/x265_git.git"; then
do_patch "https://api.bitbucket.org/2.0/repositories/multicoreware/x265_git/pullrequests/9/patch fix-multibit-builds.patch" am
do_patch "https://raw.githubusercontent.com/m-ab-s/mabs-patches/master/x265/0001-cmake-split-absolute-library-paths-to-L-and-l.patch" am
do_uninstall libx265{_main10,_main12}.a bin-video/libx265_main{10,12}.dll "${_check[@]}"
[[ $bits = 32bit ]] && assembly=-DENABLE_ASSEMBLY=OFF
Expand Down

1 comment on commit ad156e6

@LigH-de
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has been commited to x265

Please sign in to comment.