Skip to content

Commit

Permalink
dav1d: require 0.5.0 for ITU T.35
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Feb 13, 2020
1 parent aad7944 commit 9c3d668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,7 @@ PKG_ENABLE_MODULES_VLC([AOM], [], [aom], [experimental AV1 codec (default auto)]
dnl
dnl Dav1d decoder plugin
dnl
PKG_ENABLE_MODULES_VLC([DAV1D], [], [dav1d], [AV1 decoder (default auto)])
PKG_ENABLE_MODULES_VLC([DAV1D], [], [dav1d >= 0.5.0], [AV1 decoder (default auto)])

dnl
dnl libvpx decoder plugin
Expand Down

0 comments on commit 9c3d668

Please sign in to comment.