[clfft] 48/64: Change BUILD_STATIC to CLFFT_BUILD_STATIC in statTimer

Jérôme Kieffer kieffer-guest at moszumanska.debian.org
Wed May 20 07:33:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

kieffer-guest pushed a commit to branch develop
in repository clfft.

commit 653b1732d30463fc988af47e8c3dcc3ab724a656
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Wed Mar 25 15:40:40 2015 -0400

    Change BUILD_STATIC to CLFFT_BUILD_STATIC in statTimer
---
 src/statTimer/statisticalTimer.extern.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/statTimer/statisticalTimer.extern.h b/src/statTimer/statisticalTimer.extern.h
index 6e58b72..f1db5b9 100644
--- a/src/statTimer/statisticalTimer.extern.h
+++ b/src/statTimer/statisticalTimer.extern.h
@@ -40,13 +40,13 @@
 		#define inline __inline
 	#endif
 
-        #if defined( BUILD_STATIC )
-                #define STATTIMER_API
-        #elif defined( STATTIMER_EXPORTS )
-		#define STATTIMER_API __declspec( dllexport )
-	#else
-		#define STATTIMER_API __declspec( dllimport )
-	#endif
+    #if defined( CLFFT_BUILD_STATIC )
+        #define STATTIMER_API
+    #elif defined( STATTIMER_EXPORTS )
+        #define STATTIMER_API __declspec( dllexport )
+    #else
+        #define STATTIMER_API __declspec( dllimport )
+    #endif
 #else
 	#define STATTIMER_API
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list