mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-06 07:50:01 +01:00
bump veejay-core
This commit is contained in:
@@ -1040,16 +1040,16 @@ if test x$have_unwind = xtrue ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
have_veejaycore=false
|
have_veejaycore=false
|
||||||
PKG_CHECK_MODULES( VEEJAYCORE, [veejaycore >= 1.5.63 ],
|
PKG_CHECK_MODULES( VEEJAYCORE, [veejaycore >= 1.5.67 ],
|
||||||
[ AC_SUBST(VEEJAYCORE_CFLAGS)
|
[ AC_SUBST(VEEJAYCORE_CFLAGS)
|
||||||
AC_SUBST(VEEJAYCORE_LIBS)
|
AC_SUBST(VEEJAYCORE_LIBS)
|
||||||
have_veejaycore=true
|
have_veejaycore=true
|
||||||
AC_DEFINE(HAVE_VEEJAYCORE,1,[Veejay 1.5.x installed])
|
AC_DEFINE(HAVE_VEEJAYCORE,1,[Veejay 1.5.67 installed])
|
||||||
],
|
],
|
||||||
[have_veejaycore=false])
|
[have_veejaycore=false])
|
||||||
|
|
||||||
if test x$have_veejaycore != xtrue ; then
|
if test x$have_veejaycore != xtrue ; then
|
||||||
AC_MSG_ERROR([Cannot find libveejaycore 1.5.63 or later])
|
AC_MSG_ERROR([Cannot find libveejaycore 1.5.67 or later])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl **********************************************************************
|
dnl **********************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user