search for: have_sndio_audio

Displaying 1 result from an estimated 1 matches for "have_sndio_audio".

2008 Dec 08
0
sndio support for libao
...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/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile...