+2004-11-12 Iain <iaingnome@gmail.com>
+
+ * configure.ac: Check for polypaudio
+
+ * ext/Makefile.am: Build the polyp dir
+
+ * ext/polyp: The polypsink sources.
+
+2004-10-30 Iain <iaingnome@gmail.com>
+
+ * gst/interleave/interleave.c (interleave_unlink): Change the src pads
+ caps to reflect the new number of channels.
+
2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
AC_SUBST(PANGO_LIBS)
])
+dnl *** polypaudio ***
+translit(dnm, m, l) AM_CONDITIONAL(USE_POLYP, true)
+GST_CHECK_FEATURE(POLYP, [polyp], polyp, [
+ PKG_CHECK_MODULES(POLYP, polyplib >= 0.6,
+ HAVE_POLYP="yes", HAVE_POLYP="no")
+ AC_SUBST(POLYP_CFLAGS)
+ AC_SUBST(POLYP_CFLAGS)
+])
+
dnl *** dv1394 ***
translit(dnm, m, l) AM_CONDITIONAL(USE_DV1394, true)
GST_CHECK_FEATURE(DV1394, [raw1394 and avc1394 library], dv1394src, [
ext/nas/Makefile
ext/ogg/Makefile
ext/pango/Makefile
+ext/polyp/Makefile
ext/raw1394/Makefile
ext/sdl/Makefile
ext/shout/Makefile
gst-libs/Makefile
gst-libs/gst/Makefile
gst-libs/gst/audio/Makefile
+gst-libs/gst/cache/Makefile
gst-libs/gst/colorbalance/Makefile
gst-libs/gst/floatcast/Makefile
gst-libs/gst/gconf/Makefile