commit bb403f4cd3a65ecca1495a5e0d3f6afb3e1655d3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Dec 29 19:20:35 2022 +0100
Enable ENABLE_HDR10_PLUS everywhere rfbz#6454
Signed-off-by: Nicolas Chauvet <kwizart(a)gmail.com>
x265.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/x265.spec b/x265.spec
index 7b3572e..74db061 100644
--- a/x265.spec
+++ b/x265.spec
@@ -78,6 +78,7 @@ build() {
-DENABLE_PIC:BOOL=ON \
-DENABLE_SHARED=ON \
-DENABLE_TESTS:BOOL=ON \
+ -DENABLE_HDR10_PLUS=YES \
-DCMAKE_ASM_NASM_FLAGS=-w-macro-params-legacy \
$* \
../source
@@ -105,7 +106,7 @@ popd
# 8 bit base library + encoder
mkdir 8bit; pushd 8bit
- build -DENABLE_HDR10_PLUS=YES
+ build
popd
%install
Show replies by date