Skip to content

Commit

Permalink
meson.build: bump libplacebo required version
Browse files Browse the repository at this point in the history
for `pl_color_map_params.visualize_lut`
  • Loading branch information
WolframRhodium committed Mar 24, 2024
1 parent fc69284 commit 3d95cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project('vs-placebo', ['c', 'cpp'],

win32 = host_machine.system() == 'windows' or host_machine.system() == 'cygwin'

placebo = dependency('libplacebo', required: true, version: '>=5.229.0', static: win32)
placebo = dependency('libplacebo', required: true, version: '>=5.247.0', static: win32)
dovi = dependency('dovi', required: false)

use_dovi = dovi.found()
Expand Down

0 comments on commit 3d95cca

Please sign in to comment.