From 78a2116a4ad58a96d23146ffa8f8ca4d998a3a5a Mon Sep 17 00:00:00 2001 From: Marc Bertola <5149167+marcbertola@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:00:09 -0400 Subject: [ffmpeg] Add NVIDIA Codec feature for Windows and Linux (#9171) * Add NVIDIA Codec support for Windows, Linux and Linux for Tegra * [ffnvcodec] Fix typos, add/remove comments * Bump nvcodec version to 9.1.23.1 * Update version number as per change request * Use PORT variable instead of hardcoded portname * Identify the release the hash pertains to * Find nvcodec in 'installed' instead of 'packages' * Force FFmpeg to look for nvcodec headers in the installed directory instead of /usr/lib/pkgconfig. * Use p option on cygpath to convert full path in case it contains more than one entry --- ports/ffmpeg/CONTROL | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ports/ffmpeg/CONTROL') diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL index 9b08398db..ef26c4d97 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -53,3 +53,7 @@ Description: upgrade (L)GPL to version 3 Feature: avresample Description: Libav audio resampling library support in ffmpeg + +Feature: nvcodec +Build-Depends: ffnvcodec, cuda +Description: Hardware accelerated codecs \ No newline at end of file -- cgit v1.2.3