comparison configure @ 30623:f363dab67326

FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.
author diego
date Sat, 20 Feb 2010 17:21:48 +0000
parents 463b81ee192b
children 13d63ba31154
comparison
equal deleted inserted replaced
30622:463b81ee192b 30623:f363dab67326
1777 fi 1777 fi
1778 1778
1779 1779
1780 def_fast_64bit='#define HAVE_FAST_64BIT 0' 1780 def_fast_64bit='#define HAVE_FAST_64BIT 0'
1781 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0' 1781 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0'
1782 def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 0'
1783 def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 0'
1782 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC PPC64 ALPHA MIPS SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC' 1784 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC PPC64 ALPHA MIPS SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC'
1783 case "$host_arch" in 1785 case "$host_arch" in
1784 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) 1786 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)
1785 _arch='X86 X86_32' 1787 _arch='X86 X86_32'
1786 _target_arch="ARCH_X86 = yes" 1788 _target_arch="ARCH_X86 = yes"
1787 _target_subarch="ARCH_X86_32 = yes" 1789 _target_subarch="ARCH_X86_32 = yes"
1788 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' 1790 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
1791 def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 1'
1792 def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 1'
1789 iproc=486 1793 iproc=486
1790 proc=i486 1794 proc=i486
1791 1795
1792 1796
1793 if test "$_runtime_cpudetection" = no ; then 1797 if test "$_runtime_cpudetection" = no ; then
2173 ppc|ppc64|powerpc|powerpc64) 2177 ppc|ppc64|powerpc|powerpc64)
2174 _arch='PPC' 2178 _arch='PPC'
2175 def_dcbzl='#define HAVE_DCBZL 0' 2179 def_dcbzl='#define HAVE_DCBZL 0'
2176 _target_arch='ARCH_PPC = yes' 2180 _target_arch='ARCH_PPC = yes'
2177 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' 2181 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
2182 def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 1'
2183 def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 1'
2178 iproc='ppc' 2184 iproc='ppc'
2179 2185
2180 if test "$host_arch" = "ppc64" -o "$host_arch" = "powerpc64" ; then 2186 if test "$host_arch" = "ppc64" -o "$host_arch" = "powerpc64" ; then
2181 _arch='PPC PPC64' 2187 _arch='PPC PPC64'
2182 _target_subarch='ARCH_PPC64 = yes' 2188 _target_subarch='ARCH_PPC64 = yes'
9216 $def_fast_64bit 9222 $def_fast_64bit
9217 $def_fast_unaligned 9223 $def_fast_unaligned
9218 $def_hardcoded_tables 9224 $def_hardcoded_tables
9219 $def_libavcodec_mpegaudio_hp 9225 $def_libavcodec_mpegaudio_hp
9220 $def_llrint 9226 $def_llrint
9227 $def_local_aligned_8
9228 $def_local_aligned_16
9221 $def_log2 9229 $def_log2
9222 $def_log2f 9230 $def_log2f
9223 $def_lrint 9231 $def_lrint
9224 $def_memalign_hack 9232 $def_memalign_hack
9225 $def_mlib 9233 $def_mlib