summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-30 19:31:13 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-30 19:31:13 +0000
commit00925c0c473a194f8573837f1bf11dd591c61407 (patch)
tree554b28c2a1ff716e4a549adc5cff22a3f05612ce /configure.ac
parent4229b1cbd1d3c6021fdafff062200493c815a7e4 (diff)
downloadgst-plugins-bad-00925c0c473a194f8573837f1bf11dd591c61407.tar.gz
gst-plugins-bad-00925c0c473a194f8573837f1bf11dd591c61407.tar.bz2
gst-plugins-bad-00925c0c473a194f8573837f1bf11dd591c61407.zip
add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p...
Original commit message from CVS: * add notify back to filesrc, it's needed for MVC applications * remove notify printouts from gst-launch * cleanup in gst-plugins configure.ac * some jack updates * remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name, but it's what we have for the moment) * improve parsing of request pad names, no more sscanf * fixes to the fastscheduler Makefile.am
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a484e90c..28a72cc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -432,7 +432,7 @@ GST_CHECK_FEATURE(HTTP, [http plugins], gsthttpsrc, [
AC_SUBST(GST_HTTPSRC_GET_TYPE)
])
-dnl *** Jack ***
+dnl *** libcolorspace ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LCS, true)
GST_CHECK_FEATURE(LCS, Lcs, lcs, [
PKG_CHECK_MODULES(LCS, lcs, HAVE_LCS="yes", HAVE_LCS="no")