Main Page   Data Structures   File List   Data Fields   Globals  

common.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2006 by André Lindhjem <belgarat@sdf.lonestar.org>,     *
00003  *                         Kjetil Holien <kjetil.holien@gmail.com>,        *
00004  *                         Terje Risa <terje.risa@gmail.com> &             *
00005  *                         Øyvind Nerbråten <oyvind@nerbraten.com>         *
00006  *                                                                         *
00007  *   This program is free software; you can redistribute it and/or modify  *
00008  *   it under the terms of the GNU General Public License as published by  *
00009  *   the Free Software Foundation; either version 2 of the License, or     *
00010  *   (at your option) any later version.                                   *
00011  *                                                                         *
00012  *   This program is distributed in the hope that it will be useful,       *
00013  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00014  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00015  *   GNU General Public License for more details.                          *
00016  *                                                                         *
00017  *   You should have received a copy of the GNU General Public License     *
00018  *   along with this program; if not, write to the                         *
00019  *   Free Software Foundation, Inc.,                                       *
00020  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00021  ***************************************************************************
00022  *
00023  * \file common.h
00024  * \author André Lindhjem, Kjetil Holien, Terje Risa & Øyvind Nerbråten
00025  * \date 27.02.2006
00026  *
00027  * A file with common settings for daisyplayer.
00028  */
00029 
00030 
00034 #define STRLEN 1024     
00037 /* Debug options */
00038 
00042 #define DEBUG_AAC           0
00043 
00047 #define DEBUG_AUDIO         0
00048 
00052 #define DEBUG_LIBAO         0
00053 
00057 #define DEBUG_MP3           0
00058 
00062 #define DEBUG_NCCPARSER     0
00063 
00067 #define DEBUG_NCCSMILPARSER 0
00068 
00072 #define DEBUG_NCCXHTML      0
00073 
00077 #define DEBUG_NCXPARSER     0
00078 
00082 #define DEBUG_NCXSMILPARSER 0
00083 
00087 #define DEBUG_NCXXML        0
00088 
00092 #define DEBUG_PARSETIME     0
00093 
00097 #define DEBUG_DAISYPLAYER   0
00098 
00102 #define DEBUG_THREADS       0
00103 
00104 
00120 /* #define WITH_AAC */

Generated on Tue Sep 5 12:14:07 2006 for libdaisy by doxygen1.2.15