[MPlayer-cvslog] r37529 - in branches/1.2: . configure

rtogni subversion at mplayerhq.hu
Fri Oct 2 22:29:05 CEST 2015


Author: rtogni
Date: Fri Oct  2 22:29:04 2015
New Revision: 37529

Log:
Port vsx fix from trunk r37528

Modified:
   branches/1.2/   (props changed)
   branches/1.2/configure

Modified: branches/1.2/configure
==============================================================================
--- branches/1.2/configure	Fri Oct  2 22:04:29 2015	(r37528)
+++ branches/1.2/configure	Fri Oct  2 22:29:04 2015	(r37529)
@@ -2454,6 +2454,7 @@ case "$host_arch" in
   ppc*|powerpc*)
     arch='ppc'
     def_dcbzl='#define HAVE_DCBZL 0'
+    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'
@@ -9157,6 +9158,7 @@ $def_yasm
 $def_aligned_malloc
 $def_bswap
 $def_dcbzl
+$def_vsx
 $def_atanf
 $def_atan2f
 $def_cbrt


More information about the MPlayer-cvslog mailing list