From dccdb477f1129df55c6d72ac7a12502babf576e3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 29 Oct 2002 15:36:33 +0000 Subject: people interpreting .m4's make me laugh with wild abandonment Original commit message from CVS: people interpreting .m4's make me laugh with wild abandonment --- configure.ac | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aab4f773..e8edc8d1 100644 --- a/configure.ac +++ b/configure.ac @@ -720,8 +720,10 @@ GST_CHECK_FEATURE(SHOUT, [shout plug-in], icecastsend, [ 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"]]) +GST_CHECK_FEATURE(SHOUT2, [shout2 plug-in], shout2send, [ + AM_PATH_SHOUT2(HAVE_SHOUT2="true", HAVE_SHOUT2="false") + AC_SUBST(SHOUT2_CFLAGS) + AC_SUBST(SHOUT2_LIBS) ]) dnl *** sidplay *** @@ -928,6 +930,8 @@ AC_CONFIG_FILES( Makefile gstreamer-libs.pc gstreamer-libs-uninstalled.pc +gstreamer-play.pc +gstreamer-play-uninstalled.pc gst-plugins.spec gst/Makefile gst/ac3parse/Makefile -- cgit v1.2.1