diff options
Diffstat (limited to 'vcpkg/ports/ffnvcodec/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ffnvcodec/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/ffnvcodec/vcpkg.json b/vcpkg/ports/ffnvcodec/vcpkg.json new file mode 100644 index 0000000..53340cc --- /dev/null +++ b/vcpkg/ports/ffnvcodec/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "ffnvcodec", + "version": "12.2.72.0", + "port-version": 2, + "description": "FFmpeg version of Nvidia Codec SDK headers.", + "homepage": "https://github.com/FFmpeg/nv-codec-headers", + "supports": "linux | (!osx & !uwp & !(arm64 & windows))" +} |