disable pthread-w32 semaphores for now
authorRobin Gareus <robin@gareus.org>
Thu, 3 Dec 2015 17:41:57 +0000 (18:41 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 3 Dec 2015 17:41:57 +0000 (18:41 +0100)
Two major changes: semaphore AND callback based portaudio on one day
are not great for testing.

wscript

diff --git a/wscript b/wscript
index d28739a1346ca68e8eff679e35cf28dd91141ee0..03e88a9f0e7d86d901c10f5e13701b3b907a348e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -975,10 +975,10 @@ int main () { return 0; }
                                            okmsg     = 'Found',
                                            errmsg    = 'Not found, falling back to Windows Semaphore.')
 
-        if have_ptw_semaphore:
-            conf.define('USE_PTW32_SEMAPHORE', 1)
-            conf.env.append_value('CFLAGS', '-DUSE_PTW32_SEMAPHORE')
-            conf.env.append_value('CXXFLAGS', '-DUSE_PTW32_SEMAPHORE')
+        #if have_ptw_semaphore:
+        #    conf.define('USE_PTW32_SEMAPHORE', 1)
+        #    conf.env.append_value('CFLAGS', '-DUSE_PTW32_SEMAPHORE')
+        #    conf.env.append_value('CXXFLAGS', '-DUSE_PTW32_SEMAPHORE')
 
     if Options.options.dist_target == 'msvc':
         conf.env.append_value('CFLAGS', '-DPLATFORM_WINDOWS')