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 | |
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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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): 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 *** |