mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
clapper-gtk: video: Use GtkGraphicsOffload
Place our widget inside GtkGraphicsOffload when possible. For now we place it always except Windows OS where it does not do anything currently.
This commit is contained in:
@@ -10,7 +10,7 @@ project('clapper', 'c',
|
||||
|
||||
glib_req = '>= 2.76.0'
|
||||
gst_req = '>= 1.24.0'
|
||||
gtk4_req = '>= 4.10.0'
|
||||
gtk4_req = '>= 4.16.0'
|
||||
adw_req = '>= 1.4.0'
|
||||
|
||||
clapper_version = meson.project_version().split('-')[0]
|
||||
|
Reference in New Issue
Block a user