⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h.in

📁 linux下实现视频播放的播放器
💻 IN
字号:
/* config.h.in.  Generated from configure.in by autoheader.  *//* *  Copyright (C) 2007  gulikoza * *  This program is free software; you can redistribute it and/or modify *  it under the terms of the GNU General Public License as published by *  the Free Software Foundation; either version 2 of the License, or *  (at your option) any later version. * *  This program is distributed in the hope that it will be useful, *  but WITHOUT ANY WARRANTY; without even the implied warranty of *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the *  GNU Library General Public License for more details. * *  You should have received a copy of the GNU General Public License *  along with this program; if not, write to the Free Software *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *//* Determines if the compilers supports __builtin_expect for branch   prediction. */#undef C_HAS_BUILTIN_EXPECT/* Define to use directshow */#undef C_HAS_DIRECTSHOW/* Define to use libavcodec */#undef C_HAS_LIBAVCODEC/* Define to use libpostproc */#undef C_HAS_LIBPOSTPROC/* Define to 1 if you have WxWidgets */#undef C_HAVE_WXGUI/* The type of cpu this host has */#undef C_HOSTCPU/* Define to 1 to use opengl display output support */#undef C_OPENGL/* Define to 1 if you have setpriority support */#undef C_SET_PRIORITY/* Define to 1 if you have the <ddraw.h> header file. */#undef HAVE_DDRAW_H/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define if you have C99's lrint function. */#undef HAVE_LRINT/* Define if you have C99's lrintf function. */#undef HAVE_LRINTF/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Compiling on GNU/Linux */#undef LINUX/* Compiling on Mac OS X */#undef MACOSX/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* Define to 1 if SDL is patched */#undef SDL_IS_PATCHED/* The size of a `int *', as computed by sizeof. */#undef SIZEOF_INT_P/* The size of a `unsigned char', as computed by sizeof. */#undef SIZEOF_UNSIGNED_CHAR/* The size of a `unsigned int', as computed by sizeof. */#undef SIZEOF_UNSIGNED_INT/* The size of a `unsigned long', as computed by sizeof. */#undef SIZEOF_UNSIGNED_LONG/* The size of a `unsigned long long', as computed by sizeof. */#undef SIZEOF_UNSIGNED_LONG_LONG/* The size of a `unsigned short', as computed by sizeof. */#undef SIZEOF_UNSIGNED_SHORT/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Define to 1 if your <sys/time.h> declares `struct tm'. */#undef TM_IN_SYS_TIME/* Version number of package */#undef VERSION/* Define to 1 if your processor stores words with the most significant byte   first (like Motorola and SPARC, unlike Intel and VAX). */#undef WORDS_BIGENDIAN/* Define to empty if `const' does not conform to ANSI C. */#undef const/* Define to `__inline__' or `__inline' if that's what the C compiler   calls it, or to nothing if 'inline' is not supported under any name.  */#ifndef __cplusplus#undef inline#endif/* Define to `unsigned' if <sys/types.h> does not define. */#undef size_t#if C_HAS_BUILTIN_EXPECT#define GCC_UNLIKELY(x) __builtin_expect((x),0)#else#define GCC_UNLIKELY(x) (x)#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -