Skip to content

Commit

Permalink
Made libplacebo public.
Browse files Browse the repository at this point in the history
Fixed looking up python.
  • Loading branch information
ggarra13 committed Nov 2, 2024
1 parent fb3d5c4 commit 656c3a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,11 @@ if(TLRENDER_X264)
endif()


if(MRV2_PYBIND11)
if(MRV2_PYBIND11 OR BUILD_PYTHON)
find_package(Python REQUIRED COMPONENTS Interpreter Development)
endif()

if(MRV2_PYBIND11)
add_definitions(-DMRV2_PYBIND11)
find_package(pybind11 REQUIRED)
endif()
Expand Down
2 changes: 1 addition & 1 deletion tlRender

0 comments on commit 656c3a4

Please sign in to comment.