[MPlayer-cvslog] r37874 - trunk/configure

rtogni subversion at mplayerhq.hu
Sun Jul 3 21:09:28 CEST 2016


Author: rtogni
Date: Sun Jul  3 21:09:28 2016
New Revision: 37874

Log:
Always define HAVE_VSX

Fixes xompilation after ffmpeg swscale optimizations for POWER8 VSX SIMD
(commit 1df908f33f658979b32599489ca6f1a39821013c)

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jul  1 17:32:51 2016	(r37873)
+++ trunk/configure	Sun Jul  3 21:09:28 2016	(r37874)
@@ -2044,6 +2044,7 @@ def_av_fast_unaligned='#define AV_HAVE_F
 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_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'
 case "$host_arch" in


More information about the MPlayer-cvslog mailing list