diff options
author | David Schleef <ds@schleef.org> | 2004-07-30 04:03:34 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-07-30 04:03:34 +0000 |
commit | 2033e087a9ea1a0b67102743f5ec7cd7a1cabd3d (patch) | |
tree | da35aafcec8e4f1e578637b29040c9ed6844c74f /configure.ac | |
parent | 0be274534d204b4c595aee2af4de95f17fe9584c (diff) | |
download | gst-plugins-bad-2033e087a9ea1a0b67102743f5ec7cd7a1cabd3d.tar.gz gst-plugins-bad-2033e087a9ea1a0b67102743f5ec7cd7a1cabd3d.tar.bz2 gst-plugins-bad-2033e087a9ea1a0b67102743f5ec7cd7a1cabd3d.zip |
configure.ac: make test for audiofile more strict
Original commit message from CVS:
* configure.ac: make test for audiofile more strict
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 *** |