configOV.template.h
Go to the documentation of this file.00001 /* ======================================================================== 00002 * Copyright (C) 2005 Graz University of Technology 00003 * 00004 * This framework is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation; either version 2 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * This framework is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with this framework; if not, write to the Free Software 00016 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00017 * 00018 * For further information please contact Denis Kalkofen under 00019 * <kalkofen@icg.tu-graz.ac.at> or write to Denis Kalkofen, 00020 * Graz University of Technology, Inffeldgasse 16a, A8010 Graz, 00021 * Austria. 00022 * ======================================================================== 00023 * PROJECT: OpenVideo 00024 * ======================================================================== */ 00031 /* ======================================================================= */ 00032 00033 //enable/disable nodes 00034 00035 00036 #ifndef _WIN32_WCE 00037 # define ENABLE_DSVLSRC 00038 //# define ENABLE_VIDEOWRAPPERSRC 00039 # ifndef HAVE_NO_GLUT 00040 # define ENABLE_GLUTSINK 00041 # endif 00042 # define ENABLE_GL_TEXTURE_2D_SINK 00043 #endif 00044 00045 #define ENABLE_TESTSRC 00046 #define ENABLE_VIDEOSINK 00047 //#define ENABLE_IMAGESRC 00048 00049 #ifdef _WIN32_WCE 00050 # define ENABLE_SPECTECSRC 00051 #endif 00052 00053 // 00054 // if using TinyXML_MOD, uncomment one of the next two 00055 // definitions to choose between DLL and static linking 00056 // 00057 #ifndef TINYXML_MOD_DLL 00058 # define TINYXML_MOD_DLL 00059 #endif 00060 00061 //#ifndef TINYXML_MOD_STATIC 00062 //# define TINYXML_MOD_STATIC 00063 //#endif 00064 00065 #if defined(TINYXML_MOD_DLL) && defined(TINYXML_MOD_STATIC) 00066 # pragma message(">>> ERROR: can not define TINYXML_MOD_DLL and TINYXML_MOD_STATIC at the same time!") 00067 # pragma error(">>> ERROR: can not define TINYXML_MOD_DLL and TINYXML_MOD_STATIC at the same time!") 00068 #endif
