mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
configure: fix --without-dvdread so that HAVE_DVDREAD isn't defined
This commit is contained in:
parent
a97cdc3bcf
commit
77f686c15c
@ -14,14 +14,13 @@ if test "x$with_dvdread" != "xno"; then
|
||||
fi
|
||||
|
||||
if test x"$dvdread_found" = xyes; then
|
||||
AC_DEFINE(HAVE_DVDREAD,,[define if building with dvdread])
|
||||
USE_DVDREAD=yes
|
||||
opt_features_yes="$opt_features_yes\n * DVD chapter support via libdvdread"
|
||||
else
|
||||
opt_features_no="$opt_features_no\n * DVD chapter support via libdvdread"
|
||||
fi
|
||||
|
||||
AC_DEFINE(HAVE_DVDREAD,,[define if building with dvdread])
|
||||
|
||||
AC_SUBST(DVDREAD_CFLAGS)
|
||||
AC_SUBST(DVDREAD_LIBS)
|
||||
AC_SUBST(USE_DVDREAD)
|
||||
|
Loading…
Reference in New Issue
Block a user