Skip to content

Commit

Permalink
Force update commit of vvenc & vvdec
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Dec 7, 2024
1 parent f55729f commit 44f8cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts.d/50-vvdec.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/fraunhoferhhi/vvdec"
SCRIPT_COMMIT="441b5a603cb1d929613341ee2aa02397b72de1d3"
SCRIPT_COMMIT="192baa18cb8ded1786d1ff343eba63854f3e3bbf"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-vvenc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/fraunhoferhhi/vvenc"
SCRIPT_COMMIT="7cf1e5ffc5aeb33b81fa9401df9fd53ef1dae6d1"
SCRIPT_COMMIT="7fcb538e613dd36408363b4fd1ab6dc99c664058"

ffbuild_enabled() {
return 0
Expand Down

0 comments on commit 44f8cce

Please sign in to comment.