You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+45-32Lines changed: 45 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ option(BUILD_RAW_KEYBOARD_PLUGIN "Include the raw keyboard plugin in the finishe
41
41
option(BUILD_TEST_PLUGIN "Include the test plugin in the finished binary. Allows testing platform channel communication."OFF)
42
42
option(BUILD_OMXPLAYER_VIDEO_PLAYER_PLUGIN "Include the omxplayer_video_player plugin in the finished binary. Allows for hardware accelerated video playback in flutter using omxplayer."ON)
43
43
option(BUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN "Include the gstreamer_video_player plugin in the finished binary. Allows for more stable, hardware accelerated video playback in flutter using gstreamer."ON)
44
+
option(TRY_BUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN "Don't throw an error if the gstreamer libs aren't found, instead just don't build the gstreamer video player plugin in that case."ON)
44
45
option(DUMP_ENGINE_LAYERS "True if flutter-pi should dump the list of rendering layers that the flutter engine sends to flutter-pi on each draw."OFF)
45
46
option(ENABLE_TSAN "True to build & link with -fsanitize=thread"OFF)
46
47
option(ENABLE_ASAN "True to build & link with -fsanitize=address"OFF)
@@ -193,39 +194,51 @@ if (OMXPLAYER_SUPPORTS_RUNTIME_ROTATION)
0 commit comments