Files
obs-studio/build-aux/modules/20-nv-codec.json
tytan652 c28c5333fc build-aux,CI: Add format to Flatpak manifest
- Change Flatpak manifest indent size to 4
- Add a Python script to format manifest files
- Add editorconfig for Flatpak JSONs and Python files
2023-05-13 18:26:17 -07:00

19 lines
381 B
JSON

{
"name": "nv-codec",
"no-autogen": true,
"make-install-args": [
"PREFIX=/app"
],
"cleanup": [
"*"
],
"sources": [
{
"type": "git",
"url": "https://github.com/FFmpeg/nv-codec-headers.git",
"tag": "n12.0.16.0",
"commit": "c5e4af74850a616c42d39ed45b9b8568b71bf8bf"
}
]
}