diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-09 13:43:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-09 13:43:51 +0200 |
commit | 427f5b66ce0abe19daed9291b1693f6e8aae6552 (patch) | |
tree | dabb3cc81a9c6b47416b38ae835b79f69df2b61e /Filelist | |
parent | 260addf7955f3695d3daef9dcf840952af9fd851 (diff) | |
download | vim-git-427f5b66ce0abe19daed9291b1693f6e8aae6552.tar.gz |
patch 8.1.1502: cannot play any soundv8.1.1502
Problem: Cannot play any sound.
Solution: Use libcanberra if available. Add sound functions.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,7 @@ SRC_ALL = \ src/search.c \ src/sha256.c \ src/sign.c \ + src/sound.c \ src/spell.c \ src/spell.h \ src/spellfile.c \ @@ -150,6 +151,7 @@ SRC_ALL = \ src/testdir/samples/test000 \ src/testdir/if_ver*.vim \ src/testdir/color_ramp.vim \ + src/testdir/silent.wav \ src/proto.h \ src/protodef.h \ src/proto/arabic.pro \ @@ -209,6 +211,7 @@ SRC_ALL = \ src/proto/search.pro \ src/proto/sha256.pro \ src/proto/sign.pro \ + src/proto/sound.pro \ src/proto/spell.pro \ src/proto/spellfile.pro \ src/proto/syntax.pro \ |