Skip to content

Commit

Permalink
add gstreamer's pkg config path
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Apr 12, 2024
1 parent 69d6518 commit 1234492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
endif()

if(WIN32)
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:C:\gstreamer\1.0\msvc_x86_64\lib\pkgconfig")
endif()

if(BUILD_DEPENDENCIES)
if(NOT EXISTS ${KINESIS_VIDEO_OPEN_SOURCE_SRC})
Expand All @@ -79,7 +82,6 @@ if(BUILD_DEPENDENCIES)
set(ENV{PATH} "$ENV{PATH}:${OPEN_SRC_INSTALL_PREFIX}/bin")
endif()


message(STATUS "Begin building dependencies.")

if(BUILD_LOG4CPLUS_HOST)
Expand Down

0 comments on commit 1234492

Please sign in to comment.