diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-05-26 05:00:51 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-05-26 05:00:51 +0000 |
commit | 34d11b875f96cab642893f12656f24899ca42ad7 (patch) | |
tree | 1605cbf942e86770284fbfdb9082523f61000e24 /configure | |
parent | 71b0654cc6693a8c925966cfb88ec62c1052609f (diff) | |
download | ffmpeg-34d11b875f96cab642893f12656f24899ca42ad7.tar.gz |
Change HAVE_PPC64 to ARCH_PPC64.
As a side-effect this also gives it the correct value on e.g. PPC970FX-based
PPC64 systems, thus fixing "make test" (mp2/mp3 decoding).
Originally committed as revision 18953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -833,6 +833,7 @@ ARCH_LIST=' mips64 parisc ppc + ppc64 s390 sh4 sparc @@ -906,7 +907,6 @@ HAVE_LIST=" mkstemp pld posix_memalign - ppc64 round roundf sdl @@ -1514,6 +1514,7 @@ case "$arch" in ;; ppc64) arch="ppc" + subarch="ppc64" enable fast_64bit enable fast_unaligned ;; @@ -1807,12 +1808,11 @@ if test $cpu != "generic"; then G5|g5|970|ppc970|PowerPC970|power4*|Power4*) add_cflags -mcpu=970 -mpowerpc-gfxopt -mpowerpc64 warn_altivec disabled PPC970 - enable ppc64 ;; Cell|CELL|cell) add_cflags -mcpu=cell warn_altivec disabled Cell - enable ppc64 ldbrx + enable ldbrx ;; # targets that do NOT support conditional mov (cmov) i[345]86|pentium|pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3) |