OSDN Git Service

stop using trunk or dist directory in rec10 project.
[rec10/rec10-git.git] / tstools / DtsEdit / src / gpac / internal / config_static.h
diff --git a/tstools/DtsEdit/src/gpac/internal/config_static.h b/tstools/DtsEdit/src/gpac/internal/config_static.h
deleted file mode 100644 (file)
index ee3d0d3..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-/*\r
- *                     GPAC - Multimedia Framework C SDK\r
- *\r
- *                     Copyright (c) Jean Le Feuvre 2000-2005 \r
- *                     Copyright (c) ENST 2008 - \r
- *                                     All rights reserved\r
- *\r
- *  This file is part of GPAC \r
- *\r
- *  GPAC is free software; you can redistribute it and/or modify\r
- *  it under the terms of the GNU Lesser General Public License as published by\r
- *  the Free Software Foundation; either version 2, or (at your option)\r
- *  any later version.\r
- *   \r
- *  GPAC is distributed in the hope that it will be useful,\r
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- *  GNU Lesser General Public License for more details.\r
- *   \r
- *  You should have received a copy of the GNU Lesser General Public\r
- *  License along with this library; see the file COPYING.  If not, write to\r
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. \r
- *\r
- */\r
-\r
-\r
-#ifndef _GF_CONFIG_H_\r
-#define _GF_CONFIG_H_\r
-\r
-/*this file defines all common macros for libgpac compilation*/\r
-\r
-/*platform is big endian*/\r
-//#define GPAC_BIG_ENDIAN\r
-\r
-/*SSL enabled*/\r
-//#define GPAC_HAS_SSL\r
-\r
-/*spidermonkey enabled*/\r
-#define GPAC_HAS_SPIDERMONKEY\r
-\r
-/*libjpeg enabled*/\r
-#define GPAC_HAS_JPEG\r
-\r
-/*pnj enabled*/\r
-#define GPAC_HAS_PNG\r
-\r
-/*IPv6 enabled - for win32, this is evaluated at compile time, !! do not uncomment !!*/\r
-//#define GPAC_HAS_IPV6\r
-\r
-/*SVG disabled*/\r
-//#define GPAC_DISABLE_SVG\r
-\r
-/*3D compositor disabled*/\r
-//#define GPAC_DISABLE_3D\r
-\r
-/*use TinyGL instead of OpenGL*/\r
-//#define GPAC_USE_TINYGL\r
-\r
-/*use OpenGL ES instead of OpenGL*/\r
-//#define GPAC_USE_OGL_ES\r
-\r
-\r
-#if defined(_WIN32_WCE)\r
-\r
-/*use intel fixed-point*/\r
-//#define GPAC_USE_IGPP\r
-/*use intel fixed-point with high precision*/\r
-//#define GPAC_USE_IGPP_HP\r
-\r
-#if defined(GPAC_USE_IGPP) && defined(GPAC_USE_IGPP_HP)\r
-#error "Only one of GPAC_USE_IGPP and GPAC_USE_IGPP_HP can be defined"\r
-#endif\r
-\r
-\r
-#if !defined(GPAC_DISABLE_3D) && !defined(GPAC_USE_TINYGL) && !defined(GPAC_USE_OGL_ES)\r
-#define GPAC_USE_OGL_ES\r
-#endif\r
-\r
-#endif\r
-\r
-\r
-#if !defined(GPAC_USE_OGL_ES) && !defined(GPAC_USE_TINYGL)\r
-#define GPAC_HAS_GLU\r
-#endif\r
-\r
-\r
-\r
-#endif         /*_GF_CONFIG_H_*/\r
-\r