mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-27 08:57:11 -04:00
- Change Flatpak manifest indent size to 4 - Add a Python script to format manifest files - Add editorconfig for Flatpak JSONs and Python files
19 lines
381 B
JSON
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"
|
|
}
|
|
]
|
|
}
|