Skip to content

Commit

Permalink
meson: bump libbluray library version
Browse files Browse the repository at this point in the history
To match the values in configure.ac from 63ffd9e.
  • Loading branch information
robUx4 committed Jun 26, 2024
1 parent a0f5dc3 commit 781532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/access/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ if dvdread_dep.found()
endif

# Blu-ray access
libbluray_dep = dependency('libbluray', version: '>= 0.6.2', required: get_option('bluray'))
libbluray_dep = dependency('libbluray', version: '>= 1.1.0', required: get_option('bluray'))
if libbluray_dep.found()
vlc_modules += {
'name' : 'bluray',
Expand Down

0 comments on commit 781532d

Please sign in to comment.