Update of /cvsroot/alsa/alsa-lib/include
In directory sc8-pr-cvs1:/tmp/cvs-serv31819

Modified Files:
        mixer_ordinary.h pcm_ordinary.h 
Log Message:
change the include path "asoundlib.h" to <alsa/asoundlib.h>



Index: mixer_ordinary.h
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/include/mixer_ordinary.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mixer_ordinary.h    27 Jun 2003 17:57:40 -0000      1.2
+++ mixer_ordinary.h    14 Jul 2003 10:21:46 -0000      1.3
@@ -27,7 +27,7 @@
 #ifndef __ALSA_MIXER_SIMPLE_H
 #define __ALSA_MIXER_SIMPLE_H
 
-#include "asoundlib.h"
+#include <alsa/asoundlib.h>
 
 /** Ordinary Mixer latency type */
 enum sndo_mixer_io_type {

Index: pcm_ordinary.h
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/include/pcm_ordinary.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pcm_ordinary.h      27 Jun 2003 17:57:40 -0000      1.3
+++ pcm_ordinary.h      14 Jul 2003 10:21:46 -0000      1.4
@@ -27,7 +27,7 @@
 #ifndef __ALSA_PCM_SIMPLE_H
 #define __ALSA_PCM_SIMPLE_H
 
-#include "asoundlib.h"
+#include <alsa/asoundlib.h>
 
 /** Ordinary PCM latency type */
 enum sndo_pcm_latency_type {



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to