]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1502: cannot play any sound v8.1.1502
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2019 11:43:51 +0000 (13:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2019 11:43:51 +0000 (13:43 +0200)
commit427f5b66ce0abe19daed9291b1693f6e8aae6552
treedabb3cc81a9c6b47416b38ae835b79f69df2b61e
parent260addf7955f3695d3daef9dcf840952af9fd851
patch 8.1.1502: cannot play any sound

Problem:    Cannot play any sound.
Solution:   Use libcanberra if available.  Add sound functions.
16 files changed:
.travis.yml
Filelist
runtime/doc/eval.txt
src/Makefile
src/auto/configure
src/config.h.in
src/configure.ac
src/evalfunc.c
src/feature.h
src/proto.h
src/proto/sound.pro [new file with mode: 0644]
src/sound.c [new file with mode: 0644]
src/testdir/Make_all.mak
src/testdir/silent.wav [new file with mode: 0644]
src/testdir/test_sound.vim [new file with mode: 0644]
src/version.c