configure.ac: make test for audiofile more strict
authorDavid Schleef <ds@schleef.org>
Fri, 30 Jul 2004 04:03:34 +0000 (04:03 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 30 Jul 2004 04:03:34 +0000 (04:03 +0000)
Original commit message from CVS:
* configure.ac: make test for audiofile more strict

ChangeLog
configure.ac

index a1f9b50..753e558 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-29  David Schleef  <ds@schleef.org>
+
+       * configure.ac: make test for audiofile more strict
+
 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
 
        * gst/typefind/gsttypefindfunctions.c: (plugin_init):
index f9b6fdf..bf86ef6 100644 (file)
@@ -777,6 +777,7 @@ GST_CHECK_FEATURE(AUDIOFILE, [audiofile], afsink afsrc, [
     GST_CHECK_CONFIGPROG(AUDIOFILE, audiofile-config)
     dnl we need this function
     AC_CHECK_LIB(audiofile, afOpenVirtualFile, , HAVE_AUDIOFILE="no")
+    AC_CHECK_LIB(audiofile, af_virtual_file_new, , HAVE_AUDIOFILE="no")
   fi])
 
 dnl *** CDParanoia ***