diff options
Diffstat (limited to 'ffmpeg/config.h')
| -rw-r--r-- | ffmpeg/config.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ffmpeg/config.h b/ffmpeg/config.h index 724480c..78ec56a 100644 --- a/ffmpeg/config.h +++ b/ffmpeg/config.h @@ -5,7 +5,7 @@ #define FFMPEG_LICENSE "nonfree and unredistributable" #define FFMPEG_DATADIR "/usr/local/share/ffmpeg" #define AVCONV_DATADIR "/usr/local/share/ffmpeg" -#define CC_IDENT "gcc 4.7 (Ubuntu/Linaro 4.7.3-1ubuntu1)" +#define CC_IDENT "gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1)" #define av_restrict restrict #define EXTERN_PREFIX "" #define EXTERN_ASM @@ -33,8 +33,8 @@ #define ARCH_TILEPRO 0 #define ARCH_TOMI 0 #define ARCH_X86 1 -#define ARCH_X86_32 0 -#define ARCH_X86_64 1 +#define ARCH_X86_32 1 +#define ARCH_X86_64 0 #define HAVE_ARMV5TE 0 #define HAVE_ARMV6 0 #define HAVE_ARMV6T2 0 @@ -159,7 +159,7 @@ #define HAVE_CDIO_PARANOIA_PARANOIA_H 0 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOSESOCKET 0 -#define HAVE_CMOV 1 +#define HAVE_CMOV 0 #define HAVE_COMMANDLINETOARGVW 0 #define HAVE_CPUNOP 1 #define HAVE_CRYPTGENRANDOM 0 @@ -176,9 +176,9 @@ #define HAVE_DXVA_H 0 #define HAVE_EBP_AVAILABLE 1 #define HAVE_EBX_AVAILABLE 1 -#define HAVE_FAST_64BIT 1 +#define HAVE_FAST_64BIT 0 #define HAVE_FAST_CLZ 1 -#define HAVE_FAST_CMOV 1 +#define HAVE_FAST_CMOV 0 #define HAVE_FCNTL 1 #define HAVE_FORK 1 #define HAVE_GETADDRINFO 1 @@ -217,7 +217,7 @@ #define HAVE_MEMALIGN 1 #define HAVE_MEMORYBARRIER 0 #define HAVE_MKSTEMP 1 -#define HAVE_MM_EMPTY 1 +#define HAVE_MM_EMPTY 0 #define HAVE_MMAP 1 #define HAVE_MPROTECT 1 #define HAVE_MSVCRT 0 @@ -274,7 +274,7 @@ #define HAVE_WINDOWS_H 0 #define HAVE_WINSOCK2_H 0 #define HAVE_XFORM_ASM 0 -#define HAVE_XMM_CLOBBERS 1 +#define HAVE_XMM_CLOBBERS 0 #define CONFIG_BSFS 1 #define CONFIG_DECODERS 1 #define CONFIG_DEMUXERS 1 @@ -374,7 +374,7 @@ #define CONFIG_MEMORY_POISONING 0 #define CONFIG_NETWORK 1 #define CONFIG_NONFREE 1 -#define CONFIG_PIC 1 +#define CONFIG_PIC 0 #define CONFIG_RDFT 1 #define CONFIG_RUNTIME_CPUDETECT 1 #define CONFIG_SAFE_BITSTREAM_READER 1 |
