[libbluray-devel] [Git][videolan/libbluray][master] Update check for new libudfread pkg-config file name
Jean-Baptiste Kempf
gitlab at videolan.org
Sun Jan 3 15:01:02 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray
Commits:
24d38b8e by Sebastian Ramacher at 2020-12-20T13:54:38+01:00
Update check for new libudfread pkg-config file name
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -279,7 +279,7 @@ AM_CONDITIONAL([BDJ_J2SE], [ test x"$BDJ_TYPE" != x"j2me" ])
dnl bootclasspath
AC_SUBST(BDJ_BOOTCLASSPATH)
-PKG_CHECK_MODULES([LIBUDFREAD], [udfread >= 1.1.0],
+PKG_CHECK_MODULES([LIBUDFREAD], [libudfread >= 1.1.0],
[with_libudfread=yes
AC_DEFINE([HAVE_LIBUDFREAD], [1], [Define to 1 if external libudfread is to be used])
PACKAGES="$PACKAGES libudfread >= 1.1.0"
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/24d38b8ec371d89b51f8b65f3085672db12334ff
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/24d38b8ec371d89b51f8b65f3085672db12334ff
You're receiving this email because of your account on code.videolan.org.
More information about the libbluray-devel
mailing list