From 878a94d000093d253206cc50e10632d64f8728cb Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 2 Aug 2013 17:08:36 +0200 Subject: configure: lower libdvdread minimum required version This version number was essentially random. When I switched the test to pkg-config, I took the libdvdread version from my Debian unstable system as the minimum (as I knew that this version worked). A user reported that the libdvdread version 4.1.4 appeared to work fine, so lower the minimum version to the 4.1.x series. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6d12fccfa9..25d755918f 100755 --- a/configure +++ b/configure @@ -2440,7 +2440,7 @@ echores "$_bluray" echocheck "dvdread" if test "$_dvdread" = auto ; then _dvdread=no - pkg_config_add 'dvdread >= 4.2.0' && _dvdread=yes + pkg_config_add 'dvdread >= 4.1.0' && _dvdread=yes fi if test "$_dvdread" = yes ; then def_dvdread='#define CONFIG_DVDREAD 1' -- cgit v1.2.3