fix linux armv7 ffmpeg arch, linux x64 sciter add hwcodec feature (#8744)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-07-17 22:37:05 +08:00
committed by GitHub
Unverified
parent 9e931a6f04
commit b68d7a3054
4 changed files with 14 additions and 8 deletions

View File

@@ -69,12 +69,12 @@
"platform": "(windows & static)"
}
],
"platform": "((windows | linux | osx) & static)"
"platform": "((windows | (linux & !arm32) | osx) & static)"
},
{
"name": "ffmpeg",
"host": false,
"platform": "((android | ios) & static)"
"platform": "((android | ios | (linux & arm32)) & static)"
}
],
"vcpkg-configuration": {