Skip to content

Commit

Permalink
CMake: Disable GStreamer on MacOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey authored and DonLakeFlyer committed Jan 30, 2025
1 parent 64b6ba4 commit 969de48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ if(ANDROID)
# message(STATUS "QT_ANDROID_KEYSTORE_PATH $ENV{QT_ANDROID_KEYSTORE_PATH}")
# message(STATUS "QT_ANDROID_KEYSTORE_ALIAS $ENV{QT_ANDROID_KEYSTORE_ALIAS}")
# QT_ANDROID_KEYSTORE_STORE_PASS, QT_ANDROID_KEYSTORE_KEY_PASS
elseif(MACOS)
set(QGC_ENABLE_GST_VIDEOSTREAMING OFF CACHE BOOL "" FORCE)
endif()

find_package(Qt6
Expand Down

0 comments on commit 969de48

Please sign in to comment.