obs-studio/build-aux/modules/40-plog.json
tytan652 cd9696db6b build-aux: Update Flatpak modules
* Update SVT-AV1 to 1.8.0
* Update aom to 3.8.0
* Update libsrt to 1.5.3
* Update nv-codec-headers to 12.1.14.0
* Update FFmpeg to 6.1.1
* Update LuaJIT to 2.1 c525bcb902
* Update Asio to 1.29.0
* Update nlohmann JSON to 3.11.3
* Update Intel oneVPL GPU to 23.4.3
* Update libdatachannel to 0.19.5
  * Update plog to 1.1.10
2024-01-22 16:43:58 -05:00

20 lines
424 B
JSON

{
"name": "plog",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DPLOG_BUILD_SAMPLES=OFF"
],
"cleanup": [
"*"
],
"sources": [
{
"type": "git",
"url": "https://github.com/SergiusTheBest/plog.git",
"tag": "1.1.10",
"commit": "e21baecd4753f14da64ede979c5a19302618b752"
}
]
}