mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-06 06:14:43 -04:00
* 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
25 lines
535 B
JSON
25 lines
535 B
JSON
{
|
|
"name": "luajit",
|
|
"no-autogen": true,
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"*.a"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://luajit.org/git/luajit-2.0.git",
|
|
"commit": "c525bcb9024510cad9e170e12b6209aedb330f83",
|
|
"disable-shallow-clone": true
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"commands": [
|
|
"sed -i 's|/usr/local|/app|' ./Makefile"
|
|
]
|
|
}
|
|
]
|
|
}
|