gearing up for release
[platform/upstream/gstreamer.git] / configure.ac
index 3fda630..3cf70d1 100644 (file)
@@ -1,6 +1,6 @@
 dnl autoconf configuration file for gst-plugins 
 AC_INIT
-AC_CANONICAL_TARGET([])
+AC_CANONICAL_TARGET
 
 dnl We disable static building for development, for time savings
 dnl this goes before AS_LIBTOOL to appease autoconf
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
 
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 2, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 3, 0, GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
 
@@ -44,17 +44,8 @@ AC_PROG_CC
 AM_PROG_CC_STDC
 AM_PROG_AS
 AS="${CC}"
-dnl objective-c for OSX (should check if os is darwin)
-AM_CONDITIONAL([am__fastdepOBJC], false)
-case "$host" in
-  *-*darwin*)
-  OBJC="${CC}"
-  AC_SUBST(OBJC)
-  OBJCFLAGS="${CFLAGS}"
-  AC_SUBST(OBJCFLAGS)
-  _AM_DEPENDENCIES(OBJC)
-  ;;
-esac
+AS_PROG_OBJC
+
 dnl the gettext stuff needed
 AM_GNU_GETTEXT_VERSION(0.11.5)
 AM_GNU_GETTEXT([external])
@@ -198,8 +189,9 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
   AC_SUBST(GCONF_LIBS)
 ])
 
-dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
-GST_REQ=0.8.1.1
+dnl check for gstreamer
+dnl uninstalled is selected preferentially -- see pkg-config(1)
+GST_REQ=0.8.4
 PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
   HAVE_GST="yes", HAVE_GST="no")
 
@@ -379,6 +371,7 @@ GST_PLUGINS_ALL="\
        mpegaudioparse \
        mpegstream \
        monoscope \
+       multifilesink \
        multipart \
        overlay \
        passthrough \
@@ -533,6 +526,7 @@ GST_CHECK_FEATURE(VCD, [Video CD], vcdsrc, [
 
 dnl *** CDROM Audio ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_CDROM, true)
+
 GST_CHECK_FEATURE(CDROM, [CDROM Audio], cdrom, [
   AC_CHECK_HEADERS(linux/cdrom.h) dnl linux
   AC_CHECK_HEADERS(sys/cdio.h) dnl almost everything else
@@ -783,6 +777,7 @@ GST_CHECK_FEATURE(AUDIOFILE, [audiofile], afsink afsrc, [
     GST_CHECK_CONFIGPROG(AUDIOFILE, audiofile-config)
     dnl we need this function
     AC_CHECK_LIB(audiofile, afOpenVirtualFile, , HAVE_AUDIOFILE="no")
+    AC_CHECK_LIB(audiofile, af_virtual_file_new, , HAVE_AUDIOFILE="no")
   fi])
 
 dnl *** CDParanoia ***
@@ -1843,6 +1838,7 @@ gst/mpegstream/Makefile
 gst/modplug/Makefile
 gst/modplug/libmodplug/Makefile
 gst/monoscope/Makefile
+gst/multifilesink/Makefile
 gst/multipart/Makefile
 gst/overlay/Makefile
 gst/passthrough/Makefile
@@ -1982,6 +1978,7 @@ examples/switch/Makefile
 examples/Makefile
 testsuite/spider/Makefile
 testsuite/alsa/Makefile
+testsuite/multifilesink/Makefile
 testsuite/Makefile
 tools/Makefile
 gconf/Makefile