Skip to content

Commit

Permalink
ffmpeg: Use libdav1d
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroBono committed Jul 11, 2024
1 parent 309c6d0 commit 72659af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions gvsbuild/patches/ffmpeg/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ configure_cmd[idx++]="--enable-hwaccel=h264_d3d11va"
configure_cmd[idx++]="--enable-hwaccel=h264_d3d11va2"
configure_cmd[idx++]="--enable-hwaccel=hevc_d3d11va"
configure_cmd[idx++]="--enable-hwaccel=hevc_d3d11va2"
configure_cmd[idx++]="--enable-libdav1d"
configure_cmd[idx++]="--enable-d3d11va"
configure_cmd[idx++]="--enable-nvdec"
configure_cmd[idx++]="--enable-hwaccel=h264_nvdec"
Expand Down
8 changes: 7 additions & 1 deletion gvsbuild/projects/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ def __init__(self):
version="7.0.1",
archive_url="https://ffmpeg.org/releases/ffmpeg-{version}.tar.xz",
hash="bce9eeb0f17ef8982390b1f37711a61b4290dc8c2a0c1a37b5857e85bfb0e4ff",
dependencies=["nasm", "msys2", "pkgconf", "nv-codec-headers"],
dependencies=[
"dav1d",
"nasm",
"msys2",
"pkgconf",
"nv-codec-headers",
],
patches=[],
)
if self.opts.ffmpeg_enable_gpl:
Expand Down

0 comments on commit 72659af

Please sign in to comment.