de-select WASAPI by default
[ardour.git] / tools / x-win / package.sh
index f5335c3ac87fd5b74ba7a586b5b746920ebde1e5..6073e6c99b596bc3bfbd200b378587f76c9a3b50 100755 (executable)
@@ -542,7 +542,7 @@ Function .onInit
   \${If} \${AtMostWinXP}
     SectionSetFlags \${SecWASAPI} \${SF_RO}
   \${Else}
-    SectionSetFlags \${SecWASAPI} \${SF_SELECTED}
+    SectionSetFlags \${SecWASAPI} 0
   \${EndIf}
 
 FunctionEnd