[xiph-cvs] cvs commit: ogg-tools/omplay midi.c midi.h omplay.c
Jack Moffitt
jack at xiph.org
Sun Sep 30 17:15:08 PDT 2001
jack 01/09/30 17:15:08
Modified: omplay midi.c midi.h omplay.c
Log:
sys/asoundlib.h is deprecated. correct location is alsa/asoundlib.h
Revision Changes Path
1.2 +1 -1 ogg-tools/omplay/midi.c
Index: midi.c
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/omplay/midi.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- midi.c 2001/09/23 04:18:33 1.1
+++ midi.c 2001/10/01 00:15:07 1.2
@@ -26,7 +26,7 @@
*/
#include <stdio.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
#include <ogg/ogg.h>
#include <vorbis/codec.h>
#include "midi.h"
1.2 +1 -1 ogg-tools/omplay/midi.h
Index: midi.h
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/omplay/midi.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- midi.h 2001/09/23 04:18:33 1.1
+++ midi.h 2001/10/01 00:15:07 1.2
@@ -29,7 +29,7 @@
#define __MIDI_H__
#include <ogg/ogg.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
typedef struct {
int version;
1.3 +1 -1 ogg-tools/omplay/omplay.c
Index: omplay.c
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/omplay/omplay.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- omplay.c 2001/09/30 22:17:53 1.2
+++ omplay.c 2001/10/01 00:15:07 1.3
@@ -34,7 +34,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
#include <ogg/ogg.h>
#include <vorbis/codec.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