arts fix upped version

Original commit message from CVS:
arts fix
upped version
This commit is contained in:
Thomas Vander Stichele 2001-12-11 22:22:01 +00:00
parent c87a4a61f1
commit ec4a6a7502

View file

@ -7,8 +7,8 @@ AC_CANONICAL_TARGET([])
AM_CONFIG_HEADER(config.h)
GST_VERSION_MAJOR=0
GST_VERSION_MINOR=2
GST_VERSION_MICRO=999
GST_VERSION_MINOR=3
GST_VERSION_MICRO=0
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
PACKAGE=gstreamer
@ -409,6 +409,10 @@ GST_CHECK_FEATURE(LIBGHTTP, [libghttp plugins], gsthttpsrc, [
dnl thomas : adding an arts check taken from xine with it's own .m4
AM_PATH_ARTS(, HAVE_ARTS=yes, HAVE_ARTS=no)
dnl also define ARTS_MCOPFLAGS
ARTS_MCOPFLAGS="$ARTS_CFLAGS"
AC_SUBST(ARTS_MCOPFLAGS)
dnl Check for xmms
AM_PATH_XMMS(0.9.4, HAVE_XXMS=yes, HAVE_XMMS=no)