x265, fix build for 32bit (#7134)

This commit is contained in:
Schrijvers Luc
2022-08-27 12:04:52 +02:00
committed by GitHub
parent 23c712e401
commit e7390de648

View File

@@ -7,7 +7,7 @@ the bit rate. x265 is a free software project implementing that standard."
HOMEPAGE="http://x265.org/"
COPYRIGHT="2013-2021 x265 Project"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://bitbucket.org/multicoreware/x265_git/get/$portVersion.tar.gz"
CHECKSUM_SHA256="5ca3403c08de4716719575ec56c686b1eb55b078c0fe50a064dcf1ac20af1618"
# BitBucket sucks
@@ -58,7 +58,7 @@ BUILD_PREREQUIRES="
defineDebugInfoPackage x265$secondaryArchSuffix \
"$libDir"/libx265.so.$libVersion \
"$(getPackagePrefix bin)/$relativeBinDir"/x265$secondaryArchSuffix
"$(getPackagePrefix bin)/$relativeBinDir"/x265
BUILD()
{