Skip to content

Commit

Permalink
CMake: Improve GStreamer Inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Sep 8, 2024
1 parent b4a11c5 commit 3d44849
Show file tree
Hide file tree
Showing 25 changed files with 687 additions and 390 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ elseif(WIN32)
endif()
endif()

if(CMAKE_CROSSCOMPILING AND ANDROID)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE BOTH)
endif()

set(BUILD_SHARED_LIBS OFF)

# include(CMakePrintSystemInformation)
Expand Down
89 changes: 0 additions & 89 deletions cmake/BuildGstQtPlugin.cmake

This file was deleted.

35 changes: 0 additions & 35 deletions cmake/DownloadGStreamer.cmake

This file was deleted.

Loading

0 comments on commit 3d44849

Please sign in to comment.