/* -------- Generated by guess_target() ----------- */ #ifndef MPXP_CONFIG_ARCH #define MPXP_CONFIG_ARCH 1 #define ARCH_X86 1 #define __CPU__ 686 /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN #define TARGET_DARWIN8.0.1 1 #define SLIBSUFFIX ".so" #define ARCH_X86_32 1 /* Extension defines */ #undef CAN_COMPILE_MMX #undef CAN_COMPILE_MMX2 #undef CAN_COMPILE_3DNOW #undef CAN_COMPILE_3DNOW2 #undef CAN_COMPILE_SSE #undef CAN_COMPILE_SSE2 #undef CAN_COMPILE_SSE3 #undef FPU_CLOBBERED #undef MMX_CLOBBERED #undef SSE_CLOBBERED #endif /* MPXP_CONFIG_ARCH */ /* -------- This file has been automatically generated by configure --------- */ /* Common data directory (for fonts, etc) */ #define PROGNAME "mplayerxp" #define DATADIR "/usr/local/share/mplayer" #define CONFDIR "/usr/local/etc/mplayerxp" #define LIBDIR "/usr/local/lib/mplayerxp" /* Define this if your system has the "sys/mman.h" header file */ #undef HAVE_SYS_MMAN_H #ifdef DEBUG #define TRACE printf #define dbg_printf printf #else #define TRACE(...) #define dbg_printf(...) #endif #undef __USE_FASTCALL /* using non-native windows system */ #define WIN32_LOADER 1 /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ #if defined ( __USE_FASTCALL ) && defined ( ARCH_X86 ) /*# define internal_function __attribute__ ((regparm (3), stdcall))*/ # define __FASTCALL__ __attribute__ ((regparm (3))) #else # define __FASTCALL__ #endif