commit cbc69593c42f9150120b08f44c16508f1e22d714
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 29 03:44:08 2019 +0100
Enable opencl (which is default) only exist --disable-opencl option
Disable opencl on 10bit seems that is just prepared for 8bit.
x264.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index 7b00b29..3e16faf 100644
--- a/x264.spec
+++ b/x264.spec
@@ -31,7 +31,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 4%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 5%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL:
https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -88,7 +88,6 @@ This package contains the development files.
%{?_without_libavformat:--disable-lavf} \\\
%{?_without_libswscale:--disable-swscale} \\\
%{!?_with_ffmpegsource:--disable-ffms} \\\
- --disable-opencl \\\
--enable-debug \\\
--enable-shared \\\
--system-libx264 \\\
@@ -125,6 +124,7 @@ pushd generic10
%{x_configure}\
%{?_without_asm:--disable-asm}\
--disable-cli\
+ --disable-opencl \
--bit-depth=10
%{__make} %{?_smp_mflags}
@@ -142,6 +142,7 @@ pushd simd10
%{x_configure}\
--disable-cli\
--libdir=%{slibdir}\
+ --disable-opencl \
--bit-depth=10
%{__make} %{?_smp_mflags}
@@ -206,6 +207,10 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Mon Apr 29 2019 Sérgio Basto <sergio(a)serjux.com> - 0.157-5.20190303git72db437
+- Enable opencl (which is default) only exist --disable-opencl option
+- Disable opencl on 10bit seems that is just prepared for 8bit.
+
* Sun Apr 28 2019 Leigh Scott <leigh123linux(a)gmail.com> -
0.157-4.20190303git72db437
- Fix opencl dlopen (rfbz#5185)