[MPlayer-cvslog] r37541 - trunk/configure
michael
subversion at mplayerhq.hu
Sun Oct 4 03:44:57 CEST 2015
Author: michael
Date: Sun Oct 4 03:44:56 2015
New Revision: 37541
Log:
configure: Fix syntax errors
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Oct 3 23:49:49 2015 (r37540)
+++ trunk/configure Sun Oct 4 03:44:56 2015 (r37541)
@@ -2567,7 +2567,7 @@ case "$host_arch" in
# gcc 4.5 and up supports POWER7
if test "$_cc_major" -ge "4" && test "$_cc_minor" -ge "5" || test "$_cc_major" -ge "5"; then
case "$proc" in
- POWER7*) _march='-mcpu=power7' _mcpu='-mtune=power7' ;;
+ POWER7*) _march='-mcpu=power7' _mcpu='-mtune=power7'
def_vsx='#define HAVE_VSX 1' ;;
*) ;;
esac
@@ -2575,7 +2575,7 @@ case "$host_arch" in
# gcc 4.9 and up supports POWER8
if test "$_cc_major" -ge "4" && test "$_cc_minor" -ge "9" || test "$_cc_major" -ge "5"; then
case "$proc" in
- POWER8*) _march='-mcpu=power8' _mcpu='-mtune=power8' ;;
+ POWER8*) _march='-mcpu=power8' _mcpu='-mtune=power8'
def_vsx='#define HAVE_VSX 1' ;;
*) ;;
esac
More information about the MPlayer-cvslog
mailing list