This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -rupN ../misc/ugen-read-only/UGen/convolution/ugen_Convolution.cpp Source/UGen/convolution/ugen_Convolution.cpp | |
--- ../misc/ugen-read-only/UGen/convolution/ugen_Convolution.cpp 2012-04-25 22:03:53.271107716 +0200 | |
+++ Source/UGen/convolution/ugen_Convolution.cpp 2012-05-09 00:48:46.076143780 +0200 | |
@@ -38,7 +38,7 @@ | |
#if defined(UGEN_CONVOLUTION) && UGEN_CONVOLUTION | |
-#if !defined(WIN32) && !defined(UGEN_IPHONE) && !defined(UGEN_ANDROID) | |
+#if !defined(WIN32) && !defined(UGEN_IPHONE) && !defined(UGEN_ANDROID) && !defined(LINUX) | |
#include <Accelerate/Accelerate.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<macrodef name="install-helper"> | |
<sequential> | |
<echo>Killing the running app...</echo> | |
<exec executable="${adb}" failonerror="true"> | |
<arg line="${adb.device.arg}" /> | |
<arg value="shell" /> | |
<arg value="killall" /> | |
<arg value="${manifest.package}" /> | |
</exec> | |
<echo>Uninstalling previous version for clean slate...</echo> |
NewerOlder