Skip to content

Commit

Permalink
build(meson): increase required gstreamer version
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jul 22, 2024
1 parent 7d4fcc7 commit a279328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependency('glib-2.0', version: '>= 2.80')
dependency('gio-2.0', version: '>= 2.80')
dependency('gtk4', version: '>= 4.15.3')
dependency('libadwaita-1', version: '>= 1.6')
dependency('gstreamer-1.0', version: '>= 1.22')
dependency('gstreamer-plugins-base-1.0', version: '>= 1.22')
dependency('gstreamer-1.0', version: '>= 1.24')
dependency('gstreamer-plugins-base-1.0', version: '>= 1.24')

glib_compile_resources = find_program('glib-compile-resources', required: true)
glib_compile_schemas = find_program('glib-compile-schemas', required: true)
Expand Down

0 comments on commit a279328

Please sign in to comment.