fix linux armv7 ffmpeg arch, linux x64 sciter add hwcodec feature (#8744)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
9e931a6f04
commit
b68d7a3054
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user