1 Star 0 Fork 0

上海老李/vlc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.h.in 20.74 KB
一键复制 编辑 原始数据 按行查看 历史
William King 提交于 2015-04-30 16:45 . Initial commit
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
/* config.h.in. Generated from configure.ac by autoheader. */
#ifndef _REENTRANT
# define _REENTRANT
#endif
#if defined(_WIN32) && !defined(_WIN32_WINNT)
# define _WIN32_WINNT 0x0502 /* Windows XP SP2 */
#endif
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define to 1 to allow running VLC as root (uid 0). */
#undef ALLOW_RUN_AS_ROOT
/* Maximum supported data alignment */
#undef ATTRIBUTE_ALIGNED_MAX
/* Define to 1 if 3D Now! inline assembly is available. */
#undef CAN_COMPILE_3DNOW
/* Define to 1 if AltiVec inline assembly is available. */
#undef CAN_COMPILE_ALTIVEC
/* Define to 1 if C AltiVec extensions are available. */
#undef CAN_COMPILE_C_ALTIVEC
/* Define to 1 inline MMX assembly is available. */
#undef CAN_COMPILE_MMX
/* Define to 1 if MMX EXT inline assembly is available. */
#undef CAN_COMPILE_MMXEXT
/* Define to 1 if SSE inline assembly is available. */
#undef CAN_COMPILE_SSE
/* Define to 1 if SSE2 inline assembly is available. */
#undef CAN_COMPILE_SSE2
/* Define to 1 if SSE3 inline assembly is available. */
#undef CAN_COMPILE_SSE3
/* Define to 1 if SSE4A inline assembly is available. */
#undef CAN_COMPILE_SSE4A
/* Define to 1 if SSE4_1 inline assembly is available. */
#undef CAN_COMPILE_SSE4_1
/* Define to 1 if SSE4_2 inline assembly is available. */
#undef CAN_COMPILE_SSE4_2
/* Define to 1 if SSSE3 inline assembly is available. */
#undef CAN_COMPILE_SSSE3
/* The ./configure command line */
#undef CONFIGURE_LINE
/* Copyright string */
#undef COPYRIGHT_MESSAGE
/* The copyright years */
#undef COPYRIGHT_YEARS
/* Default font family */
#undef DEFAULT_FAMILY
/* Default font */
#undef DEFAULT_FONT_FILE
/* Default monospace font family */
#undef DEFAULT_MONOSPACE_FAMILY
/* Default monospace font */
#undef DEFAULT_MONOSPACE_FONT_FILE
/* Binary specific version */
#undef DISTRO_VERSION
/* Define if you want the addons manager modules */
#undef ENABLE_ADDONMANAGERMODULES
/* Define if you want the HTTP daemon support */
#undef ENABLE_HTTPD
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
/* Define to 1 for stream output support. */
#undef ENABLE_SOUT
/* Define if you want the VideoLAN manager support */
#undef ENABLE_VLM
/* Define to 1 if you have the <a52dec/a52.h> header file. */
#undef HAVE_A52DEC_A52_H
/* Define to 1 if you have the `accept4' function. */
#undef HAVE_ACCEPT4
/* Define to 1 if you have the <altivec.h> header file. */
#undef HAVE_ALTIVEC_H
/* Define to 1 if you have the <ApplicationServices/ApplicationServices.h>
header file. */
#undef HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have asprintf function */
#undef HAVE_ASPRINTF
/* Define to 1 if you have the `atof' function. */
#undef HAVE_ATOF
/* Define to 1 if you have the `atoll' function. */
#undef HAVE_ATOLL
/* Support for __attribute__((packed)) for structs */
#undef HAVE_ATTRIBUTE_PACKED
/* Define to 1 if you have the `av_vda_alloc_context' function. */
#undef HAVE_AV_VDA_ALLOC_CONTEXT
/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
#undef HAVE_CARBON_CARBON_H
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
/* Define to 1 if you have the <d2d1.h> header file. */
#undef HAVE_D2D1_H
/* Define to 1 if you have the <d3d9.h> header file. */
#undef HAVE_D3D9_H
/* Define to 1 if you have the `daemon' function. */
#undef HAVE_DAEMON
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#undef HAVE_DCGETTEXT
/* Define to 1 if you have the <ddraw.h> header file. */
#undef HAVE_DDRAW_H
/* Define to 1 if you have the <DeckLinkAPIDispatch.cpp> header file. */
#undef HAVE_DECKLINKAPIDISPATCH_CPP
/* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
don't. */
#undef HAVE_DECL_NANOSLEEP
/* Define to 1 if you have the `dirfd' function. */
#undef HAVE_DIRFD
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <dxva2api.h> header file. */
#undef HAVE_DXVA2API_H
/* Define to 1 if you have the <ebml/EbmlVersion.h> header file. */
#undef HAVE_EBML_EBMLVERSION_H
/* Define to 1 if you have the `eventfd' function. */
#undef HAVE_EVENTFD
/* Define to 1 if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H
/* Define to 1 if you have the <faad.h> header file. */
#undef HAVE_FAAD_H
/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL
/* Define to 1 if you have the `fdatasync' function. */
#undef HAVE_FDATASYNC
/* Define to 1 if you have the `fdopendir' function. */
#undef HAVE_FDOPENDIR
/* Define to 1 if you have the `flockfile' function. */
#undef HAVE_FLOCKFILE
/* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */
#undef HAVE_FONTCONFIG_FONTCONFIG_H
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
/* Define to 1 if you have the `fstatvfs' function. */
#undef HAVE_FSTATVFS
/* Define to 1 if you have the `fsync' function. */
#undef HAVE_FSYNC
/* Define to 1 if you have the `getdelim' function. */
#undef HAVE_GETDELIM
/* Define to 1 if you have the `getenv' function. */
#undef HAVE_GETENV
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define to 1 if you have the `getpid' function. */
#undef HAVE_GETPID
/* Define to 1 if you have the `getpwuid_r' function. */
#undef HAVE_GETPWUID_R
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define to 1 if you have the <GL/wglew.h> header file. */
#undef HAVE_GL_WGLEW_H
/* Define to 1 if you have the `gmtime_r' function. */
#undef HAVE_GMTIME_R
/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV
/* Define to 1 if you have GNU libidn. */
#undef HAVE_IDN
/* Define to 1 if you have the `if_nameindex' function. */
#undef HAVE_IF_NAMEINDEX
/* Define to 1 if you have the `if_nametoindex' function. */
#undef HAVE_IF_NAMETOINDEX
/* Define to 1 if you have inet_pton function */
#undef HAVE_INET_PTON
/* Define to 1 if you have the <interface/mmal/mmal.h> header file. */
#undef HAVE_INTERFACE_MMAL_MMAL_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* For FreeBSD VCD support */
#undef HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H
/* Define to 1 if you have the `isatty' function. */
#undef HAVE_ISATTY
/* Define to 1 if you have the <jpeglib.h> header file. */
#undef HAVE_JPEGLIB_H
/* Define to 1 if you have the <kai.h> header file. */
#undef HAVE_KAI_H
/* Define to 1 if you have the <kva.h> header file. */
#undef HAVE_KVA_H
/* Define to 1 if you have the <lauxlib.h> header file. */
#undef HAVE_LAUXLIB_H
/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
#undef HAVE_LIBAVCODEC_AVCODEC_H
/* Define to 1 if you have the <libavcodec/dxva2.h> header file. */
#undef HAVE_LIBAVCODEC_DXVA2_H
/* Define to 1 if you have the <libavcodec/vaapi.h> header file. */
#undef HAVE_LIBAVCODEC_VAAPI_H
/* Define to 1 if you have the <libavcodec/vda.h> header file. */
#undef HAVE_LIBAVCODEC_VDA_H
/* Define to 1 if you have the <libavformat/avformat.h> header file. */
#undef HAVE_LIBAVFORMAT_AVFORMAT_H
/* Define to 1 if you have the <libavformat/avio.h> header file. */
#undef HAVE_LIBAVFORMAT_AVIO_H
/* Define to 1 if you have the <libavutil/avutil.h> header file. */
#undef HAVE_LIBAVUTIL_AVUTIL_H
/* Define this if you have libcddb installed */
#undef HAVE_LIBCDDB
/* Define to 1 if you have the <libcrystalhd/bc_drv_if.h> header file. */
#undef HAVE_LIBCRYSTALHD_BC_DRV_IF_H
/* Define to 1 if you have the <libcrystalhd/bc_dts_defs.h> header file. */
#undef HAVE_LIBCRYSTALHD_BC_DTS_DEFS_H
/* Define to 1 if you have the `mingw32' library (-lmingw32). */
#undef HAVE_LIBMINGW32
/* Define to 1 if you have the <libswscale/swscale.h> header file. */
#undef HAVE_LIBSWSCALE_SWSCALE_H
/* Define to 1 if you have the <libtar.h> header file. */
#undef HAVE_LIBTAR_H
/* Define to 1 if you have the libvorbis */
#undef HAVE_LIBVORBIS
/* Define to 1 if you have the <linux/dccp.h> header file. */
#undef HAVE_LINUX_DCCP_H
/* Define to 1 if you have the <linux/magic.h> header file. */
#undef HAVE_LINUX_MAGIC_H
/* Define to 1 if you have the <linux/version.h> header file. */
#undef HAVE_LINUX_VERSION_H
/* Define to 1 if you have the <linux/videodev2.h> header file. */
#undef HAVE_LINUX_VIDEODEV2_H
/* Define to 1 if you have the `lldiv' function. */
#undef HAVE_LLDIV
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R
/* Define to 1 if you have the lrintf function */
#undef HAVE_LRINTF
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
/* Define to 1 if you have the <lualib.h> header file. */
#undef HAVE_LUALIB_H
/* Define to 1 if you have the <lua.h> header file. */
#undef HAVE_LUA_H
/* Define to 1 if you have the <machine/param.h> header file. */
#undef HAVE_MACHINE_PARAM_H
/* Define to 1 if you have the <mad.h> header file. */
#undef HAVE_MAD_H
/* Define to 1 if you have the <matroska/KaxAttachments.h> header file. */
#undef HAVE_MATROSKA_KAXATTACHMENTS_H
/* Define to 1 if you have the <matroska/KaxVersion.h> header file. */
#undef HAVE_MATROSKA_KAXVERSION_H
/* Define to 1 if you have the `memalign' function. */
#undef HAVE_MEMALIGN
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP
/* Define to 1 if MMX intrinsics are available. */
#undef HAVE_MMX_INTRINSICS
/* Define to 1 if you have the <mntent.h> header file. */
#undef HAVE_MNTENT_H
/* Define to 1 if you have the <mpcdec/mpcdec.h> header file. */
#undef HAVE_MPCDEC_MPCDEC_H
/* Define to 1 if you have the <mpc/mpcdec.h> header file. */
#undef HAVE_MPC_MPCDEC_H
/* Define to 1 if you have the <netinet/udplite.h> header file. */
#undef HAVE_NETINET_UDPLITE_H
/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H
/* Define to 1 if you have the `nrand48' function. */
#undef HAVE_NRAND48
/* Define to 1 if you have the `openat' function. */
#undef HAVE_OPENAT
/* Define to 1 if you have the `open_memstream' function. */
#undef HAVE_OPEN_MEMSTREAM
/* Define to 1 if you have the `pipe2' function. */
#undef HAVE_PIPE2
/* Define to 1 if you have the <png.h> header file. */
#undef HAVE_PNG_H
/* Define to 1 if you have the `poll' function. */
#undef HAVE_POLL
/* Define to 1 if you have the `posix_fadvise' function. */
#undef HAVE_POSIX_FADVISE
/* Define to 1 if you have the `posix_madvise' function. */
#undef HAVE_POSIX_MADVISE
/* Define to 1 if you have the `posix_memalign' function. */
#undef HAVE_POSIX_MEMALIGN
/* Define to 1 if you have the <postproc/postprocess.h> header file. */
#undef HAVE_POSTPROC_POSTPROCESS_H
/* Define to 1 if you have the `pread' function. */
#undef HAVE_PREAD
/* Define to 1 if using libprojectM 2.x */
#undef HAVE_PROJECTM2
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
/* Define to 1 if you have the <QuickTime/QuickTime.h> header file. */
#undef HAVE_QUICKTIME_QUICKTIME_H
/* Define to 1 if you have the `rewind' function. */
#undef HAVE_REWIND
/* Define to 1 if you have the `sched_getaffinity' function. */
#undef HAVE_SCHED_GETAFFINITY
/* For NetBSD VCD support */
#undef HAVE_SCSIREQ_IN_SYS_SCSIIO_H
/* Define to 1 if you have the <scsi/scsi.h> header file. */
#undef HAVE_SCSI_SCSI_H
/* Define to 1 if you have the <search.h> header file. */
#undef HAVE_SEARCH_H
/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV
/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
/* Define to 1 if you have the <SLES/OpenSLES.h> header file. */
#undef HAVE_SLES_OPENSLES_H
/* Define to 1 if you have the <soundcard.h> header file. */
#undef HAVE_SOUNDCARD_H
/* Define to 1 if SSE2 intrinsics are available. */
#undef HAVE_SSE2_INTRINSICS
/* Define to 1 if <assert.h> defines static_assert. */
#undef HAVE_STATIC_ASSERT
/* 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 `strcasecmp' function. */
#undef HAVE_STRCASECMP
/* Define to 1 if you have the `strcasestr' function. */
#undef HAVE_STRCASESTR
/* Define to 1 if you have the `strcoll' function and it is properly defined.
*/
#undef HAVE_STRCOLL
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
/* Define to 1 if you have the `stricmp' function. */
#undef HAVE_STRICMP
/* 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 `strlcpy' function. */
#undef HAVE_STRLCPY
/* Define to 1 if you have the `strndup' function. */
#undef HAVE_STRNDUP
/* Define to 1 if you have the `strnicmp' function. */
#undef HAVE_STRNICMP
/* Define to 1 if you have the `strnlen' function. */
#undef HAVE_STRNLEN
/* Define to 1 if you have the `strptime' function. */
#undef HAVE_STRPTIME
/* Define to 1 if you have the `strsep' function. */
#undef HAVE_STRSEP
/* Define to 1 if you have the `strtof' function. */
#undef HAVE_STRTOF
/* Define to 1 if you have the `strtok_r' function. */
#undef HAVE_STRTOK_R
/* Define to 1 if you have the `strtoll' function. */
#undef HAVE_STRTOLL
/* Define to 1 if the system has the type `struct pollfd'. */
#undef HAVE_STRUCT_POLLFD
/* Define to 1 if you have the `strverscmp' function. */
#undef HAVE_STRVERSCMP
/* Define to 1 if you have the `swab' function. */
#undef HAVE_SWAB
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
/* Define to 1 if you have the <sys/eventfd.h> header file. */
#undef HAVE_SYS_EVENTFD_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/mount.h> header file. */
#undef HAVE_SYS_MOUNT_H
/* Define to 1 if you have the <sys/shm.h> header file. */
#undef HAVE_SYS_SHM_H
/* Define to 1 if you have the <sys/soundcard.h> header file. */
#undef HAVE_SYS_SOUNDCARD_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/time.h> header file. */
#undef HAVE_SYS_TIME_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 <sys/videoio.h> header file. */
#undef HAVE_SYS_VIDEOIO_H
/* Define to 1 if you have the `tdestroy' function. */
#undef HAVE_TDESTROY
/* Define if libtiger is available. */
#undef HAVE_TIGER
/* Define to 1 if you have the <tremor/ivorbiscodec.h> header file. */
#undef HAVE_TREMOR_IVORBISCODEC_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the <unzip.h> header file. */
#undef HAVE_UNZIP_H
/* Define to 1 if you have the `uselocale' function. */
#undef HAVE_USELOCALE
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
#undef HAVE_VALGRIND_VALGRIND_H
/* Define to 1 if you have asprintf function */
#undef HAVE_VASPRINTF
/* Define to 1 if you have the <VideoDecodeAcceleration/VDADecoder.h> header
file. */
#undef HAVE_VIDEODECODEACCELERATION_VDADECODER_H
/* Define to 1 if you have the `vmsplice' function. */
#undef HAVE_VMSPLICE
/* Define to 1 if you have the <X11/Xlib.h> header file. */
#undef HAVE_X11_XLIB_H
/* Define to 1 if you have the <xlocale.h> header file. */
#undef HAVE_XLOCALE_H
/* Define to 1 if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
/* Define to 1 if you have the `_lock_file' function. */
#undef HAVE__LOCK_FILE
/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST
/* Dynamic object extension */
#undef LIBEXT
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Define to 1 if debug code should NOT be compiled */
#undef NDEBUG
/* Define if <sys/param.h> defines ntohl. */
#undef NTOHL_IN_SYS_PARAM_H
/* Define if you want to optimize memory usage over performance */
#undef OPTIMIZE_MEMORY
/* 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 home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* version development string */
#undef PACKAGE_VERSION_DEV
/* version extra number */
#undef PACKAGE_VERSION_EXTRA
/* version major number */
#undef PACKAGE_VERSION_MAJOR
/* version minor number */
#undef PACKAGE_VERSION_MINOR
/* version revision number */
#undef PACKAGE_VERSION_REVISION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 for Unicode (Wide Chars) APIs. */
#undef UNICODE
/* Define if you want to use the VLC update mechanism */
#undef UPDATE_CHECK
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Version number of package */
#undef VERSION
/* Simple version string */
#undef VERSION_MESSAGE
/* compiler */
#undef VLC_COMPILER
/* user who ran configure */
#undef VLC_COMPILE_BY
/* host which ran configure */
#undef VLC_COMPILE_HOST
/* Define to 1 if you want to build for Windows Store apps */
#undef VLC_WINSTORE_APP
/* Define to limit the scope of <windows.h>. */
#undef WIN32_LEAN_AND_MEAN
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* Define if the zvbi module is built */
#undef ZVBI_COMPILED
/* Define to 64 for large files support. */
#undef _FILE_OFFSET_BITS
/* Define to 2 to get glibc warnings. */
#undef _FORTIFY_SOURCE
/* Define to 1 if on MINIX. */
#undef _MINIX
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#undef _POSIX_1_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
/* Same as _REENTANT for some other OSes. */
#undef _THREAD_SAFE
/* Define to 1 for Unicode (Wide Chars) APIs. */
#undef _UNICODE
/* Define to '0x0600' for IE 6.0 (and shell) APIs. */
#undef _WIN32_IE
/* Define within the LibVLC source code tree. */
#undef __LIBVLC__
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Alias fdatasync() to fsync() if missing. */
#undef fdatasync
/* 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 the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
#undef restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
__restrict__, even though the corresponding Sun C compiler ends up with
"#define restrict _Restrict" or "#define restrict __restrict__" in the
previous line. Perhaps some future version of Sun C++ will work with
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif
/* Define to `sockaddr' if <sys/socket.h> does not define. */
#undef sockaddr_storage
/* Define to `int' if <sys/socket.h> does not define. */
#undef socklen_t
/* Define to `sa_family' if <sys/socket.h> does not define. */
#undef ss_family
/* Define to `int' if <stddef.h> does not define. */
#undef ssize_t
#include <vlc_fixups.h>
#ifndef __FAST_MATH__
# pragma STDC FENV_ACCESS OFF
# pragma STDC FP_CONTRACT ON
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/nwaycn/vlc.git
git@gitee.com:nwaycn/vlc.git
nwaycn
vlc
vlc
master

搜索帮助