comparison libao2/ao_alsa9.c @ 5857:d9641a4e7dbb

10l pl =)
author atmos4
date Sat, 27 Apr 2002 08:38:33 +0000
parents c21948cd027d
children 2fd9ec444098
comparison
equal deleted inserted replaced
5856:d379fe9cefec 5857:d9641a4e7dbb
10 10
11 Any bugreports regarding to this driver are welcome either to the mplayer-user-mailinglist or directly to the authors. 11 Any bugreports regarding to this driver are welcome either to the mplayer-user-mailinglist or directly to the authors.
12 */ 12 */
13 13
14 #include <errno.h> 14 #include <errno.h>
15
16 #include "../config.h"
15 17
16 #if HAVE_SYS_ASOUNDLIB_H 18 #if HAVE_SYS_ASOUNDLIB_H
17 #include <sys/asoundlib.h> 19 #include <sys/asoundlib.h>
18 #elif HAVE_ALSA_ASOUNDLIB_H 20 #elif HAVE_ALSA_ASOUNDLIB_H
19 #include <alsa/asoundlib.h> 21 #include <alsa/asoundlib.h>
20 #else 22 #else
21 #error "asoundlib.h is not in sys/ or alsa/ - please bugreport" 23 #error "asoundlib.h is not in sys/ or alsa/ - please bugreport"
22 #endif 24 #endif
23
24 #include "../config.h"
25 25
26 #include "audio_out.h" 26 #include "audio_out.h"
27 #include "audio_out_internal.h" 27 #include "audio_out_internal.h"
28 #include "afmt.h" 28 #include "afmt.h"
29 29