[MPlayer-cvslog] r38101 - trunk/configure
reimar
subversion at mplayerhq.hu
Wed Apr 18 00:39:31 EEST 2018
Author: reimar
Date: Wed Apr 18 00:39:31 2018
New Revision: 38101
Log:
configure: add some defines for less noisy FFmpeg compilation.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Apr 18 00:39:30 2018 (r38100)
+++ trunk/configure Wed Apr 18 00:39:31 2018 (r38101)
@@ -2053,9 +2053,7 @@ fi
def_fast_64bit='#define HAVE_FAST_64BIT 0'
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0'
def_av_fast_unaligned='#define AV_HAVE_FAST_UNALIGNED 0'
-def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 0'
-def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 0'
-def_local_aligned_32='#define HAVE_LOCAL_ALIGNED_32 0'
+def_local_aligned='#define HAVE_LOCAL_ALIGNED 0'
def_vsx='#define HAVE_VSX 0'
arch_all='X86 IA64 SPARC ARM AVR32 SH4 PPC ALPHA MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC AARCH64'
subarch_all='X86_32 X86_64 PPC64'
@@ -2065,9 +2063,7 @@ case "$host_arch" in
subarch='x86_32'
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
def_av_fast_unaligned='#define AV_HAVE_FAST_UNALIGNED 1'
- def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 1'
- def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 1'
- def_local_aligned_32='#define HAVE_LOCAL_ALIGNED_32 1'
+ def_local_aligned='#define HAVE_LOCAL_ALIGNED 1'
iproc=486
proc=i486
@@ -2320,9 +2316,7 @@ case "$host_arch" in
subarch='x86_64'
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
def_av_fast_unaligned='#define AV_HAVE_FAST_UNALIGNED 1'
- def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 1'
- def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 1'
- def_local_aligned_32='#define HAVE_LOCAL_ALIGNED_32 1'
+ def_local_aligned='#define HAVE_LOCAL_ALIGNED 1'
def_fast_64bit='#define HAVE_FAST_64BIT 1'
iproc='x86_64'
@@ -2465,9 +2459,7 @@ case "$host_arch" in
iproc='arm'
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
def_av_fast_unaligned='#define AV_HAVE_FAST_UNALIGNED 1'
- def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 1'
- def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 1'
- def_local_aligned_32='#define HAVE_LOCAL_ALIGNED_32 1'
+ def_local_aligned='#define HAVE_LOCAL_ALIGNED 1'
test $_fast_clz = "auto" && _fast_clz=yes
;;
@@ -2490,9 +2482,7 @@ case "$host_arch" in
def_vsx='#define HAVE_VSX 0'
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
def_av_fast_unaligned='#define AV_HAVE_FAST_UNALIGNED 1'
- def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 1'
- def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 1'
- def_local_aligned_32='#define HAVE_LOCAL_ALIGNED_32 1'
+ def_local_aligned='#define HAVE_LOCAL_ALIGNED 1'
iproc='ppc'
if test "$host_arch" = "ppc64" ; then
@@ -9210,9 +9200,7 @@ $def_fast_64bit
$def_fast_unaligned
$def_gnu_as
$def_ibm_asm
-$def_local_aligned_8
-$def_local_aligned_16
-$def_local_aligned_32
+$def_local_aligned
$def_os2threads
$def_pic
$def_pthreads
@@ -9286,6 +9274,7 @@ $def_openssl
#define CONFIG_GRAY 0
#define CONFIG_LIBMODPLUG 0
#define CONFIG_LIBVORBIS 0
+#define CONFIG_LINUX_PERF 0
#define CONFIG_MEMORY_POISONING 0
#define CONFIG_POWERPC_PERF 0
/* For now prefer speed over avoiding potential invalid reads */
@@ -9314,6 +9303,7 @@ $def_openssl
#define HAVE_ISATTY 0
#define HAVE_LDBRX 0
#define HAVE_LIBC_MSVCRT 0
+#define HAVE_MACH_ABSOLUTE_TIME 0
#define HAVE_MACH_MACH_TIME_H 0
#define HAVE_MAPVIEWOFFILE 0
#define HAVE_MIPSDSP 0
@@ -9325,6 +9315,7 @@ $def_openssl
#define HAVE_SECTION_DATA_REL_RO 0
#define HAVE_SIMD_ALIGN_16 1
$def_simd_align_32
+#define HAVE_SIMD_ALIGN_64 0
#define HAVE_STRERROR_R 0
#define HAVE_STRPTIME 0
#define HAVE_STRUCT_POLLFD 0
More information about the MPlayer-cvslog
mailing list