mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure.ac: make test for audiofile more strict
Original commit message from CVS: * configure.ac: make test for audiofile more strict
This commit is contained in:
parent
7144b47a83
commit
ef60fbc5f6
2 changed files with 5 additions and 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):
|
||||
|
|
|
@ -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 ***
|
||||
|
|
Loading…
Reference in a new issue