[xiph-cvs] cvs commit: ao/src/plugins/alsa09 ao_alsa09.c

Jack Moffitt jack at xiph.org
Thu Dec 6 17:55:34 PST 2001



jack        01/12/06 17:55:34

  Modified:    src/plugins/alsa09 ao_alsa09.c
  Log:
  Fix build warning.  sys/asoundlib.h is deprecated.  alsa/asoundlib.h is the
  new canonical location.

Revision  Changes    Path
1.4       +1 -1      ao/src/plugins/alsa09/ao_alsa09.c

Index: ao_alsa09.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/alsa09/ao_alsa09.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ao_alsa09.c	2001/12/07 01:53:55	1.3
+++ ao_alsa09.c	2001/12/07 01:55:33	1.4
@@ -30,7 +30,7 @@
 #include <sys/stat.h>
 #include <string.h>
 
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 #include <ao/ao.h>
 #include <ao/plugin.h>
 

--- >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