We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5e6c2 commit 7d80f36Copy full SHA for 7d80f36
scripts.d/50-vvenc.sh
@@ -1,15 +1,12 @@
1
#!/bin/bash
2
3
SCRIPT_REPO="https://github.com/fraunhoferhhi/vvenc.git"
4
-SCRIPT_COMMIT="bde56fd61d5d6fcd8fac4bab0faa4da813928bb3"
+SCRIPT_COMMIT="22de8fc9e1f5ab7c4ca1cef6cecf0d9d9e42ca9d"
5
6
ffbuild_enabled() {
7
[[ $TARGET != *32 ]] || return -1
8
(( $(ffbuild_ffver) > 700 )) || return -1
9
- # vvenc force-enabled avx2 and equivalent compiler options, and uses a static initializer that promptly
10
- # runs such instructions. Making resulting binaries malfunction on any but the very latest CPUs.
11
- # Until upstream fixes this behaviour, force-disable vvenc.
12
- return -1
+ return 0
13
}
14
15
ffbuild_dockerbuild() {
0 commit comments