changeset 4590:df2b2c6810e1

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 25 May 2008 18:10:08 +0300
parents ab8bc8a89a52 (current diff) 714bc6fa7c40 (diff)
children 44a552c67021
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun May 25 15:12:17 2008 +0200
+++ b/configure.ac	Sun May 25 18:10:08 2008 +0300
@@ -244,7 +244,7 @@
         AC_DEFINE([HAVE_ALTIVEC], 1, [Define to 1 if your system has AltiVec.])
         AC_DEFINE([HAVE_ALTIVEC_H], 1, [Define to 1 if your system has an altivec.h file.])
         AC_DEFINE([ARCH_POWERPC], 1, [Define to 1 if your system is a PowerPC.])
-        SIMD_CFLAGS=-maltivec
+        SIMD_CFLAGS="-maltivec"
         AC_SUBST([SIMD_CFLAGS])
     ],[
         enable_altivec="no"
--- a/src/audacious/eventqueue.c	Sun May 25 15:12:17 2008 +0200
+++ b/src/audacious/eventqueue.c	Sun May 25 18:10:08 2008 +0300
@@ -78,4 +78,4 @@
     hq->free_data = TRUE;
 
     g_idle_add_full(G_PRIORITY_HIGH_IDLE, eventqueue_handle, hq, NULL);
-}
\ No newline at end of file
+}