[xiph-cvs] cvs commit: ao configure.in

Stan Seibert volsung at xiph.org
Thu Aug 9 17:30:12 PDT 2001



volsung     01/08/09 17:30:12

  Modified:    .        configure.in
  Log:
  Changed ALSA test so it will work with 0.5 API and not 0.9 API
  (currently unsupported).

Revision  Changes    Path
1.24      +1 -1      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- configure.in	2001/08/04 22:36:57	1.23
+++ configure.in	2001/08/10 00:30:11	1.24
@@ -151,7 +151,7 @@
 [ BUILD_ALSA="$enableval" ],[ BUILD_ALSA="yes" ])
 
 if test "$BUILD_ALSA" = "yes"; then
-   AC_CHECK_LIB(asound, snd_pcm_open, have_alsa=yes, have_alsa=no)
+   AC_CHECK_LIB(asound, snd_pcm_channel_params, have_alsa=yes, have_alsa=no)
    AC_CHECK_HEADER(sys/asoundlib.h, , have_alsa=no)
    AM_CONDITIONAL(HAVE_ALSA,test "x$have_alsa" = xyes)
 fi

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list