comparison src/alsa-ng/alsa-stdinc.h @ 3201:abe1b3195d6b

adapted header directory to audlegacy.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 18 Aug 2009 17:30:24 +0900
parents e387614b9be9
children
comparison
equal deleted inserted replaced
3200:8da9787de69d 3201:abe1b3195d6b
18 */ 18 */
19 19
20 #ifndef _ALSA_STDINC_H_GUARD 20 #ifndef _ALSA_STDINC_H_GUARD
21 #define _ALSA_STDINC_H_GUARD 21 #define _ALSA_STDINC_H_GUARD
22 22
23 #include <audacious/plugin.h> 23 #include <audlegacy/plugin.h>
24 24
25 #define ALSA_PCM_NEW_HW_PARAMS_API 25 #define ALSA_PCM_NEW_HW_PARAMS_API
26 #define ALSA_PCM_NEW_SW_PARAMS_API 26 #define ALSA_PCM_NEW_SW_PARAMS_API
27 #include <alsa/asoundlib.h> 27 #include <alsa/asoundlib.h>
28 #include <alsa/pcm_plugin.h> 28 #include <alsa/pcm_plugin.h>