00001 /* 00002 * broadvoice - a library for the BroadVoice 16 and 32 codecs 00003 * 00004 * broadvoice.h - The head guy amongst the headers 00005 * 00006 * Written by Steve Underwood <steveu@coppice.org> 00007 * 00008 * Copyright (C) 2009 Steve Underwood 00009 * 00010 * All rights reserved. 00011 * 00012 * This program is free software; you can redistribute it and/or modify 00013 * it under the terms of the GNU Lesser General Public License version 2.1, 00014 * as published by the Free Software Foundation. 00015 * 00016 * This program is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 * GNU Lesser General Public License for more details. 00020 * 00021 * You should have received a copy of the GNU Lesser General Public 00022 * License along with this program; if not, write to the Free Software 00023 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00024 * $Id: broadvoice.h.in,v 1.1.1.1 2009/11/19 12:10:48 steveu Exp $ 00025 */ 00026 00027 /*! \file */ 00028 00029 #if !defined(_BROADVOICE_H_) 00030 #define _BROADVOICE_H_ 00031 00032 #undef BROADVOICE_USE_FIXED_POINT 00033 #undef BROADVOICE_MISALIGNED_ACCESS_FAILS 00034 00035 #define BROADVOICE_USE_EXPORT_CAPABILITY 1 00036 00037 #include <stdlib.h> 00038 #include <inttypes.h> 00039 #include <string.h> 00040 #include <limits.h> 00041 #include <time.h> 00042 #include <math.h> 00043 00044 #include <broadvoice/broadvoice.h> 00045 00046 #endif 00047 00048 #if defined(BROADVOICE_EXPOSE_INTERNAL_STRUCTURES) 00049 #include <broadvoice/private/broadvoice.h> 00050 #endif 00051 /*- End of file ------------------------------------------------------------*/