Skip to content

Commit

Permalink
FIX: disable gstplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
MackBambu committed Jun 9, 2024
1 parent 63af1d6 commit 66a0ce3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/cmake/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,6 @@ if(wxUSE_GUI)

set(wxUSE_GSTREAMER ${GSTREAMER_FOUND})
set(wxUSE_GSTREAMER_PLAYER OFF)
if(GSTREAMER_PLAYER_INCLUDE_DIRS)
set(wxUSE_GSTREAMER_PLAYER ON)
endif()

if(NOT GSTREAMER_FOUND)
message(WARNING "GStreamer not found, wxMediaCtrl won't be available")
Expand Down

0 comments on commit 66a0ce3

Please sign in to comment.