Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Mar 17, 2021
1 parent f5a3d8e commit dd993f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (WITH_RAV1E)
find_package(Rav1e)
endif ()

option(WITH_DAV1D "Build dav1e decoder" ON)
option(WITH_DAV1D "Build dav1d decoder" ON)
if (WITH_DAV1D)
find_package(Dav1d)
endif ()
Expand Down

0 comments on commit dd993f3

Please sign in to comment.