defaults.h

Go to the documentation of this file.
00001 
00006 /*
00007  * Copyright (C) 2006  Lab. Visgraf/IMPA and AnimaMundi
00008  * 
00009  * This program is free software; you can redistribute it and/or
00010  * modify it under the terms of the GNU General Public License
00011  * as published by the Free Software Foundation; either version 2
00012  * of the License, or (at your option) any later version.
00013  * 
00014  * This program is distributed in the hope that it will be useful,
00015  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  * GNU General Public License for more details.
00018  * 
00019  * You should have received a copy of the GNU General Public License
00020  * along with this program; if not, write to the Free Software
00021  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00022  * 
00023 */
00024 
00025 
00026 #ifndef DEFAULTS_H
00027 #define DEFAULTS_H
00028 
00029 //available languages: PT (Portuguese), EN (English), SP (Spanish) - uncomment the desired one
00030 #define LANG_PT
00031 //#define LANG_EN
00032 //#define LANG_SP
00033 
00034 
00035 #define USE_START_STOP_DV 1
00036 #define PREFERENCES_FILE "/usr/local/share/muan/pref.ini"
00037 #define DEF_LOAD_MODE 0
00038 
00039 #define DEF_DURATION_DEFAULT 1
00040 #define DEF_AUTO_SAVE 0
00041 #define DEF_AUTO_SAVE_TIME 300
00042 #define DEF_FIRST_FRAME_FILE "/usr/local/share/muan/animaEscola.ras"
00043 #define DEF_SAVE_PATH ""
00044 #define DEF_AUTO_SAVE_FILE "/tmp/MUAN_auto_save.avi"
00045 #define DEF_PLAY_SOUND 1
00046 #define DEF_CAMERA_CONNECTION 0         //FIREWIRE
00047 #define DEF_FW_DEVICE "/dev/raw1394"
00048 #define DEF_V4L_DEVICE "/dev/video0"
00049 #define DEF_V4L_CHANNEL 2                       //SVIDEO
00050 #define DEF_V4L_MODE 1                          //NTSC
00051 
00052 //HAVE_ALSA_ASOUNDLIB_H is used by sndfile-play.*
00053 #define HAVE_ALSA_ASOUNDLIB_H 1
00054 
00055 #define ENTRADA_WAV "/usr/local/share/muan/KDE_Startup.wav"
00056 #define CAPTURE_WAV "/usr/local/share/muan/KDE_Beep_Beep.wav"
00057 
00058 
00059 #endif

Generated on Tue Jan 22 17:07:29 2008 for MUAN by  doxygen 1.4.7