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.
This commit is contained in:
wm4 2013-08-02 17:08:36 +02:00
parent bd0454c31d
commit 878a94d000
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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'