diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 07:17:37 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 07:17:37 +0000 |
commit | c91eb356a10124ed87c89e1e0a3caf3b5e1f86bc (patch) | |
tree | d85924d9f15c4f9ced1db9903ee8d81cfee6c7fd /src/audio_out/audio_arts_out.h | |
parent | 9d3c2abaa8e7a6f9edea6166203e4deea257ccb1 (diff) | |
download | xine-lib-c91eb356a10124ed87c89e1e0a3caf3b5e1f86bc.tar.gz xine-lib-c91eb356a10124ed87c89e1e0a3caf3b5e1f86bc.tar.bz2 |
added arts audio support contributed by Philip Stadermann
CVS patchset: 226
CVS date: 2001/06/24 07:17:37
Diffstat (limited to 'src/audio_out/audio_arts_out.h')
-rw-r--r-- | src/audio_out/audio_arts_out.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/audio_out/audio_arts_out.h b/src/audio_out/audio_arts_out.h new file mode 100644 index 000000000..7c119e579 --- /dev/null +++ b/src/audio_out/audio_arts_out.h @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2000 the xine project + * + * This file is part of xine, a unix video player. + * + * xine is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * xine is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + * $Id: audio_arts_out.h,v 1.1 2001/06/24 07:17:37 guenter Exp $ + */ +#ifndef _AUDIO_ARTS_OUT_H_ +#define _AUDIO_ARTS_OUT_H_ 1 + +ao_functions_t *audio_artsout_init(void); + +#endif |