Displaying 1 result from an estimated 1 matches for "libsndio".
Did you mean:
libcdio
2008 Dec 08
0
sndio support for libao
...ure.ac
--- libao-0.8.8.orig/configure.ac Thu May 24 12:51:05 2007
+++ libao-0.8.8/configure.ac Mon Dec 8 16:34:44 2008
@@ -300,6 +300,11 @@ dnl Check for Sun audio
AC_CHECK_HEADERS(sys/audioio.h)
AM_CONDITIONAL(HAVE_SUN_AUDIO,test "${ac_cv_header_sys_audioio_h}" = yes)
+dnl Check for libsndio audio
+
+AC_CHECK_HEADERS(sndio.h)
+AM_CONDITIONAL(HAVE_SNDIO_AUDIO,test "${ac_cv_header_sndio_h}" = yes)
+
dnl Check for AIX audio
case $host in
@@ -415,4 +420,4 @@ dnl Plugins get special LDFLAGS
AC_SUBST(PLUGIN_LDFLAGS)
-AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Mak...