0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

patch 8.1.1502: cannot play any sound

Problem:    Cannot play any sound.
Solution:   Use libcanberra if available.  Add sound functions.
This commit is contained in:
Bram Moolenaar
2019-06-09 13:43:51 +02:00
parent 260addf795
commit 427f5b66ce
16 changed files with 440 additions and 131 deletions

View File

@@ -580,6 +580,16 @@ static char *(features[]) =
#else
"-smartindent",
#endif
#ifdef FEAT_SOUND
"+sound",
#else
"-sound",
#endif
#ifdef FEAT_SPELL
"+spell",
#else
"-spell",
#endif
#ifdef STARTUPTIME
"+startuptime",
#else
@@ -767,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1502,
/**/
1501,
/**/