Skip to content
Snippets Groups Projects
Commit e6b1b0cf authored by Jack Moffitt's avatar Jack Moffitt
Browse files

removed some auto generated files

added a TODO file


git-svn-id: http://svn.xiph.org/trunk/ao@630 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 4cc89dea
No related branches found
No related tags found
No related merge requests found
TODO 0 → 100644
I think these are the next steps:
- make the plugins dynamically loadable
- make a ao-config liek gtk-config instead of ao_libs.inc
LIBAO_LIBS= -lesd
/*
*
* config.h
*
* Original Copyright (C) Aaron Holtzman - May 1999
* Modifications Copyright (C) Stan Seibert - July 2000
*
* This file is part of libao, a cross-platform library. See
* README for a history of this source code.
*
* libao 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, or (at your option)
* any later version.
*
* libao 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 GNU Make; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
/* Set type sizes for this platform (Requires Autoconf) */
typedef unsigned char uint_8;
typedef unsigned short uint_16;
typedef unsigned int uint_32;
typedef signed char sint_32;
typedef signed short sint_16;
typedef signed int sint_8;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment