diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-10-04 15:21:18 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-10-04 15:21:18 +0000 |
commit | 1873540e99f6c7b2bef0ba3db7c317233ee0acdb (patch) | |
tree | 901a49f147d0d8b0ae7abb3ddc2156cea54006cc | |
parent | 351a87672cdd68520a13a32df07f68a255126758 (diff) | |
download | gst-plugins-bad-1873540e99f6c7b2bef0ba3db7c317233ee0acdb.tar.gz gst-plugins-bad-1873540e99f6c7b2bef0ba3db7c317233ee0acdb.tar.bz2 gst-plugins-bad-1873540e99f6c7b2bef0ba3db7c317233ee0acdb.zip |
and this one too
Original commit message from CVS:
and this one too
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 270d67e5..825efd12 100644 --- a/configure.ac +++ b/configure.ac @@ -1464,6 +1464,7 @@ GST_CHECK_FEATURE(SPEEX, [speex plug-in], speex, [ AC_SUBST(SPEEX_CFLAGS) AC_SUBST(SPEEX_LIBS) ],[ + HAVE_SPEEX="no" AC_MSG_NOTICE(You need at least 1.0.4 to compile the speex plugin) ]) ]) |