diff options
author | N.N. <matju@users.sourceforge.net> | 2009-10-18 19:53:53 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-10-18 19:53:53 +0000 |
commit | a1fb215b39535805aa19608185d5e52c0f524b42 (patch) | |
tree | 9d8056ca9837bd03676405dc5202bdc2c041d430 /externals/gridflow/bundled/Base/config.h | |
parent | d6b18994d50479d2f76041387d25db235bbda4cd (diff) |
bye gridflow 0.9.4
svn path=/trunk/; revision=12610
Diffstat (limited to 'externals/gridflow/bundled/Base/config.h')
-rw-r--r-- | externals/gridflow/bundled/Base/config.h | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/externals/gridflow/bundled/Base/config.h b/externals/gridflow/bundled/Base/config.h deleted file mode 100644 index bd2a823c..00000000 --- a/externals/gridflow/bundled/Base/config.h +++ /dev/null @@ -1,65 +0,0 @@ -/* configuration-file */ -#ifndef HAVE_BASE_CONFIG_H_ -#define HAVE_BASE_CONFIG_H_ - -#ifdef _MSC_VER -# ifndef __WIN32__ -# define __WIN32__ -# endif -#endif - -#ifdef __WIN32__ -# ifndef NT -# define NT -# endif -# ifndef MSW -# define MSW -# endif -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -#endif - - - -#ifdef HAVE_CONFIG_GENERIC_H - -# include "Base/configGeneric.h" - -#else /* includes system-specific files */ - -# ifdef __linux__ -# include "Base/configLinux.h" -# endif - -# ifdef __APPLE__ -//# include "Base/configDarwin.h" -# define HAVE_QUICKTIME -# endif - -# ifdef __WIN32__ -# include "Base/configNT.h" -# endif -#endif - -#ifdef NEW_VIDEOFILM -# ifndef FILM_NEW -# define FILM_NEW -# endif -# ifndef VIDEO_NEW -# define VIDEO_NEW -# endif -#endif - -#ifdef HAVE_LIBFTGL -# define FTGL -#endif - -#ifdef HAVE_FFMPEG -# define HAVE_LIBAVCODEC -# define HAVE_LIBAVFORMAT -#elif defined (HAVE_LIBAVCODEC) && defined (HAVE_LIBAVFORMAT) -# define HAVE_FFMPEG -#endif - -#endif /* HAVE_BASE_CONFIG_H_ */ |