[MPlayer-cvslog] r29300 - trunk/configure
diego
subversion at mplayerhq.hu
Tue May 12 09:25:04 CEST 2009
Author: diego
Date: Tue May 12 09:25:04 2009
New Revision: 29300
Log:
Add HAVE_PPC64 definition for FFmpeg.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue May 12 08:52:57 2009 (r29299)
+++ trunk/configure Tue May 12 09:25:04 2009 (r29300)
@@ -2085,12 +2085,14 @@ EOF
ppc|ppc64|powerpc|powerpc64)
_arch='PPC'
def_dcbzl='#define HAVE_DCBZL 0'
+ def_ppc64='#define HAVE_PPC64 0'
_target_arch='ARCH_PPC = yes'
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
iproc='ppc'
if test "$host_arch" = "ppc64" -o "$host_arch" = "powerpc64" ; then
def_fast_64bit='#define HAVE_FAST_64BIT 1'
+ def_ppc64='#define HAVE_PPC64 1'
fi
echocheck "CPU type"
case $system_name in
@@ -8815,6 +8817,7 @@ $def_memalign_hack
$def_mlib
$def_mkstemp
$def_posix_memalign
+$def_ppc64
$def_pthreads
$def_ten_operands
$def_threads
More information about the MPlayer-cvslog
mailing list