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
+46-4Lines changed: 46 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,10 @@ option(BUILD_TEXT_INPUT_PLUGIN "Include the text input plugin in the finished bi
40
40
option(BUILD_RAW_KEYBOARD_PLUGIN"Include the raw keyboard plugin in the finished binary. Enables raw keycode listening in flutter via the flutter RawKeyboard interface."ON)
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
-
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)
43
+
option(BUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN"Include the gstreamer based video plugins in the finished binary. Allows for more stable, hardware accelerated video playback in flutter using gstreamer."ON)
44
+
option(BUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN"Include the gstreamer based audio plugins in the finished binary."ON)
44
45
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)
46
+
option(TRY_BUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN"Don't throw an error if the gstreamer libs aren't found, instead just don't build gstreamer audio plugin."ON)
45
47
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)
46
48
option(ENABLE_TSAN"True to build & link with -fsanitize=thread"OFF)
47
49
option(ENABLE_ASAN"True to build & link with -fsanitize=address"OFF)
0 commit comments