From 2033e087a9ea1a0b67102743f5ec7cd7a1cabd3d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 30 Jul 2004 04:03:34 +0000 Subject: configure.ac: make test for audiofile more strict Original commit message from CVS: * configure.ac: make test for audiofile more strict --- ChangeLog | 4 ++++ configure.ac | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index a1f9b50f..753e558e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-07-29 David Schleef + + * configure.ac: make test for audiofile more strict + 2004-07-25 Benjamin Otte * gst/typefind/gsttypefindfunctions.c: (plugin_init): diff --git a/configure.ac b/configure.ac index f9b6fdf9..bf86ef6c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 *** -- cgit v1.2.1