You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
905 B
40 lines
905 B
7 years ago
|
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
|