commit | 4314e4f7da4db5d85f63cdf43b73be3689502c93 | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Sat Oct 08 13:50:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 13:50:05 2022 +0100 |
tree | 37d2f5ae97f68da5ca3e0edc8ac6d6aa6b06d8e3 | |
parent | 5a049846e4c54d70094c3f29ffbd340c75e9c50e [diff] [blame] |
patch 9.0.0694: no native sound support on Mac OS Problem: No native sound support on Mac OS. Solution: Add sound support for Mac OS. (Yee Cheng Chin, closes #11274)
diff --git a/src/feature.h b/src/feature.h index bc259fd..2c65253 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -484,7 +484,7 @@ #endif /* - * sound - currently only with libcanberra + * sound */ #if !defined(FEAT_SOUND) && defined(HAVE_CANBERRA) # define FEAT_SOUND