mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Move libmatroska DLL test in correct if branch
This commit is contained in:
parent
aecafd50d9
commit
43367e447a
@ -113,10 +113,10 @@ using namespace libmatroska;
|
|||||||
echo '*** The libMatroska library was not found.'
|
echo '*** The libMatroska library was not found.'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
if test x"${ac_cv_matroska_dll}" = "x${matroska_check_msg_dll}" ; then
|
if test x"${ac_cv_matroska_dll}" = "x${matroska_check_msg_dll}" ; then
|
||||||
MATROSKA_CFLAGS="$MATROSKA_CFLAGS -DMATROSKA_DLL"
|
MATROSKA_CFLAGS="$MATROSKA_CFLAGS -DMATROSKA_DLL"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"${ac_cv_ebml_dll}" != "xyes" -o x"${ac_cv_matroska_dll}" != "xyes" ; then
|
if test x"${ac_cv_ebml_dll}" != "xyes" -o x"${ac_cv_matroska_dll}" != "xyes" ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user