parent
dfcdabae9f
commit
ba3e916da0
@ -0,0 +1 @@
|
|||||||
|
/nv-codec-headers-8.0.14.1.tar.xz
|
@ -0,0 +1,39 @@
|
|||||||
|
Name: nv-codec-headers
|
||||||
|
Version: 8.0.14.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: FFmpeg version of Nvidia Codec SDK headers
|
||||||
|
License: MIT
|
||||||
|
URL: https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
|
||||||
|
# To gernerate source
|
||||||
|
# git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
|
||||||
|
# git archive -o nv-codec-headers-%%{version}.tar.xz --prefix=nv-codec-headers-%%{version}/ n%%{version}
|
||||||
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
FFmpeg version of headers required to interface with Nvidias codec APIs.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make_build PREFIX=%{_prefix} LIBDIR=/share
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install PREFIX=%{_prefix} LIBDIR=/share
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README
|
||||||
|
%{_includedir}/ffnvcodec/
|
||||||
|
%{_datadir}/pkgconfig/ffnvcodec.pc
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Feb 27 2018 Leigh Scott <leigh123linux@googlemail.com> - 8.0.14.1-1
|
||||||
|
- First build
|
Loading…
Reference in new issue