[vlc-commits] [Git][videolan/vlc][master] configure.ac: adjust the dvdread requirement

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Feb 13 12:06:17 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
1df083f5 by Olaf Hering at 2026-02-13T11:36:55+00:00
configure.ac: adjust the dvdread requirement

The same what meson does, and what distributions like openSUSE Leap
(used to) ship.

Fixes commit 4b2c2a7bd033ee656dd8bbb389691cd06fc1f08f

Signed-off-by: Olaf Hering <olaf at aepfle.de>

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -2177,7 +2177,7 @@ AS_IF([test "$SYS" = "linux" -a "${enable_linsys}" != "no"], [
 dnl
 dnl dvdread module: check for libdvdread
 dnl
-PKG_ENABLE_MODULES_VLC([DVDREAD], [], [dvdread > 6.0.0], [dvdread input module], [auto])
+PKG_ENABLE_MODULES_VLC([DVDREAD], [], [dvdread >= 6.0.0], [dvdread input module], [auto])
 
 dnl
 dnl libdvdnav plugin



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1df083f54c8df7c849457944287cd742f770a9fc

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1df083f54c8df7c849457944287cd742f770a9fc
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list