diff options
| author | Tim <tim@sendak.(none)> | 2013-12-23 19:27:55 +0000 |
|---|---|---|
| committer | Tim <tim@sendak.(none)> | 2013-12-23 19:27:55 +0000 |
| commit | 92f9df6497f012245782b7a3b5e1cf2dad54551b (patch) | |
| tree | d715cf8c1df5509a8aefe8275d88078450a75a32 /ffmpeg/config.asm | |
| parent | 52f95cf1678e8a4b98f6cdd53b3613bbcb3d242d (diff) | |
tweak makefile
Diffstat (limited to 'ffmpeg/config.asm')
| -rw-r--r-- | ffmpeg/config.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ffmpeg/config.asm b/ffmpeg/config.asm index bf2168c..f602b54 100644 --- a/ffmpeg/config.asm +++ b/ffmpeg/config.asm @@ -20,8 +20,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 @@ -146,7 +146,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 @@ -163,9 +163,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 @@ -204,7 +204,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 @@ -261,7 +261,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 @@ -361,7 +361,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 |
