diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-11-12 15:04:55 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-11-12 15:04:55 +0000 |
commit | 0548c564476082e4eb94ea96a629bf8427420b5e (patch) | |
tree | 8ecd2d8efa3a0fc74692873398df6d459fc8cbe7 /configure.ac | |
parent | c39ed546c7cf1f2bd80fc721267d56d18dfb97c9 (diff) | |
download | gst-plugins-bad-0548c564476082e4eb94ea96a629bf8427420b5e.tar.gz gst-plugins-bad-0548c564476082e4eb94ea96a629bf8427420b5e.tar.bz2 gst-plugins-bad-0548c564476082e4eb94ea96a629bf8427420b5e.zip |
Added the polypaudio sink and hooked it into the build system.
Original commit message from CVS:
Added the polypaudio sink and hooked it into the build system.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a69a2bcd..239dd9ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1411,6 +1411,15 @@ GST_CHECK_FEATURE(PANGO, [pango], pango, [ 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, [ @@ -1970,6 +1979,7 @@ ext/musicbrainz/Makefile ext/nas/Makefile ext/ogg/Makefile ext/pango/Makefile +ext/polyp/Makefile ext/raw1394/Makefile ext/sdl/Makefile ext/shout/Makefile @@ -1988,6 +1998,7 @@ ext/xvid/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 |