# HG changeset patch # User Matti Hamalainen # Date 1211728208 -10800 # Node ID df2b2c6810e14bdc0e5b90a1628a196c28c957f4 # Parent ab8bc8a89a52dd91d2e7e466e0c115b7938d0d40# Parent 714bc6fa7c40de326689c9c386b366ecd8794d2c Automated merge with ssh://hg.atheme.org//hg/audacious diff -r ab8bc8a89a52 -r df2b2c6810e1 configure.ac --- 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" diff -r ab8bc8a89a52 -r df2b2c6810e1 src/audacious/eventqueue.c --- 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 +}