Skip to content

Commit 7d80f36

Browse files
committed
Latest libvvenc should be fixed
1 parent bf5e6c2 commit 7d80f36

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scripts.d/50-vvenc.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/fraunhoferhhi/vvenc.git"
4-
SCRIPT_COMMIT="bde56fd61d5d6fcd8fac4bab0faa4da813928bb3"
4+
SCRIPT_COMMIT="22de8fc9e1f5ab7c4ca1cef6cecf0d9d9e42ca9d"
55

66
ffbuild_enabled() {
77
[[ $TARGET != *32 ]] || return -1
88
(( $(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
9+
return 0
1310
}
1411

1512
ffbuild_dockerbuild() {

0 commit comments

Comments
 (0)