diff options
| author | Marc Bertola <5149167+marcbertola@users.noreply.github.com> | 2020-03-24 16:00:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-24 13:00:09 -0700 |
| commit | 78a2116a4ad58a96d23146ffa8f8ca4d998a3a5a (patch) | |
| tree | 9f9d629fdc040b796ada59006156667c4476b02d /ports/ffnvcodec/CONTROL | |
| parent | 2d9a32b46fc82d50aa7714a1a4bedc8f0d153dcc (diff) | |
| download | vcpkg-78a2116a4ad58a96d23146ffa8f8ca4d998a3a5a.tar.gz vcpkg-78a2116a4ad58a96d23146ffa8f8ca4d998a3a5a.zip | |
[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
Diffstat (limited to 'ports/ffnvcodec/CONTROL')
| -rw-r--r-- | ports/ffnvcodec/CONTROL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/ffnvcodec/CONTROL b/ports/ffnvcodec/CONTROL index 5cc6cb19b..5779ec9e3 100644 --- a/ports/ffnvcodec/CONTROL +++ b/ports/ffnvcodec/CONTROL @@ -1,4 +1,4 @@ -Source: ffnvcodec
-Version: 9.1.23.0
-Homepage: https://github.com/FFmpeg/nv-codec-headers
-Description: FFmpeg version of Nvidia Codec SDK headers.
\ No newline at end of file +Source: ffnvcodec +Version: 9.1.23.1 +Homepage: https://github.com/FFmpeg/nv-codec-headers +Description: FFmpeg version of Nvidia Codec SDK headers. |
