Skip to content

Commit

Permalink
ffmpeg: Enable libdav1d decoder
Browse files Browse the repository at this point in the history
Changes from commit 0d512ff were not
enough.
  • Loading branch information
AlessandroBono authored and nacho committed Jul 31, 2024
1 parent ad6165e commit 8b9436c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gvsbuild/patches/ffmpeg/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ configure_cmd[idx++]="--enable-hwaccel=hevc_dxva2"
configure_cmd[idx++]="--enable-dxva2"
configure_cmd[idx++]="--enable-decoder=h264"
configure_cmd[idx++]="--enable-decoder=hevc"
configure_cmd[idx++]="--enable-decoder=libdav1d"
configure_cmd[idx++]="--enable-decoder=mpeg1video"
configure_cmd[idx++]="--enable-encoder=mpeg1video"
configure_cmd[idx++]="--enable-hwaccel=h264_d3d11va"
Expand Down

0 comments on commit 8b9436c

Please sign in to comment.