obs-studio/build-aux/modules/50-rnnoise.json
tytan652 51887595f8 build-aux: Add RNNoise Flatpak module
Replace in-tree RNNoise with a module with the same version as macOS
obs-deps
2023-07-29 16:11:47 -07:00

22 lines
453 B
JSON

{
"name": "rnnoise",
"config-opts": [
"--enable-shared",
"-C",
"--disable-dependency-tracking",
"--disable-doc",
"--disable-examples"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
],
"sources": [
{
"type": "git",
"url": "https://github.com/xiph/rnnoise.git",
"commit": "085d8f484af6141b1b88281a4043fb9215cead01"
}
]
}