|
|
|
@ -8,8 +8,6 @@ Version: 21.1.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
URL: http://mediasdk.intel.com
|
|
|
|
|
Source0: https://github.com/Intel-Media-SDK/MediaSDK/archive/%{name}-%{version}.tar.gz
|
|
|
|
|
# don't require Intel ICD at build time
|
|
|
|
|
Patch0: %{name}-no-icd.patch
|
|
|
|
|
License: MIT
|
|
|
|
|
ExclusiveArch: x86_64
|
|
|
|
|
BuildRequires: cmake3
|
|
|
|
@ -63,7 +61,6 @@ questions and issues.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n MediaSDK-%{name}-%{version}
|
|
|
|
|
%patch0 -p1 -b .no-icd
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake3 \
|
|
|
|
|