Skip to content

Commit

Permalink
Fix incomplete AV1 include path
Browse files Browse the repository at this point in the history
  • Loading branch information
errollgarner committed Apr 19, 2023
1 parent d4eaae9 commit 621e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_AV1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ELSE()
ENDIF()
ENDIF()
ENDIF()
SET (AV1_INCLUDE_DIR "${CMAKE_BINARY_DIR}/Deps/AV1/aom" CACHE PATH "AV1 source directory" FORCE)
SET (AV1_INCLUDE_DIR "${CMAKE_BINARY_DIR}/Deps/AV1" CACHE PATH "AV1 source directory" FORCE)
SET (AV1_LIBRARY_DIR "${CMAKE_BINARY_DIR}/Deps/AV1-bin" CACHE PATH "AV1 library directory" FORCE)
ExternalProject_Add(AV1
PREFIX "${CMAKE_BINARY_DIR}/Deps/AV1-prefix"
Expand Down

0 comments on commit 621e2d7

Please sign in to comment.