summaryrefslogtreecommitdiff
path: root/ffmpeg/config.asm
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/config.asm')
-rw-r--r--ffmpeg/config.asm16
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