Mercurial > hg > xemacs-beta
comparison src/alsaplay.c @ 3347:316f3f347b4f
[xemacs-hg @ 2006-04-18 17:28:30 by james]
Fix ALSA library version detection for older versions of the library. See
xemacs-patches message <m3y7y2ssjq.fsf@jerrypc.cs.usu.edu>.
author | james |
---|---|
date | Tue, 18 Apr 2006 17:28:32 +0000 |
parents | f63530aa6c68 |
children | 16112448d484 |
comparison
equal
deleted
inserted
replaced
3346:0053328b3ea6 | 3347:316f3f347b4f |
---|---|
28 #include "sysfile.h" | 28 #include "sysfile.h" |
29 | 29 |
30 /* We can't just include <alsa/asoundlib.h> because it tries to redefine | 30 /* We can't just include <alsa/asoundlib.h> because it tries to redefine |
31 * several symbols defined by the previous header files. | 31 * several symbols defined by the previous header files. |
32 */ | 32 */ |
33 #include <alsa/version.h> | |
33 #include <alsa/input.h> | 34 #include <alsa/input.h> |
34 #include <alsa/output.h> | 35 #include <alsa/output.h> |
35 #include <alsa/conf.h> | 36 #include <alsa/conf.h> |
36 #include <alsa/global.h> | 37 #include <alsa/global.h> |
37 #include <alsa/pcm.h> | 38 #include <alsa/pcm.h> |