mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
arts fix upped version
Original commit message from CVS: arts fix upped version
This commit is contained in:
parent
c87a4a61f1
commit
ec4a6a7502
1 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue