diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-10-27 19:32:03 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-10-27 19:32:03 +0000 |
commit | 246c51cc7eb7b8831d3c258bdfc345e89fb2a765 (patch) | |
tree | eed50c9c89760ad368b23375b8a75b2c4fb3e3ee /configure.ac | |
parent | 8276218acc3b4c5c1d3b43b0ee3564d3bea97ea3 (diff) | |
download | gst-plugins-bad-246c51cc7eb7b8831d3c258bdfc345e89fb2a765.tar.gz gst-plugins-bad-246c51cc7eb7b8831d3c258bdfc345e89fb2a765.tar.bz2 gst-plugins-bad-246c51cc7eb7b8831d3c258bdfc345e89fb2a765.zip |
add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
Original commit message from CVS:
add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 85cafab7..20111f5a 100644 --- a/configure.ac +++ b/configure.ac @@ -718,6 +718,12 @@ GST_CHECK_FEATURE(SHOUT, [shout plug-in], icecastsend, [ AC_SUBST(SHOUT_LIBS) ]) +dnl *** shout2 *** +translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true) +GST_CHECK_FEATURE(SHOUT, [shout2 plug-in], shout2send, [ + AM_PATH_SHOUT2([USE_SHOUT2="true" [, USE_SHOUT2="false"]]) +]) + dnl *** sidplay *** translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true) GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [ @@ -1022,6 +1028,7 @@ ext/raw1394/Makefile ext/rtp/Makefile ext/sdl/Makefile ext/shout/Makefile +ext/shout2/Makefile ext/sidplay/Makefile ext/smoothwave/Makefile ext/snapshot/Makefile |