]> git.sesse.net Git - vlc/commit
PulseAudio: add helper library to share the mainloop
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 18 Jul 2011 18:32:16 +0000 (21:32 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 18 Jul 2011 19:39:24 +0000 (22:39 +0300)
commit8ed55bbf8dd519cb93297eddc78e533e7041e19d
tree0961bd9f6f52cefe18165a71c0cca5488dfacc24
parent503069555ca9f9ac7e9148e995f0060854b781de
PulseAudio: add helper library to share the mainloop

With only one PulseAudio plugin, this is not very useful currently.
In principles, it enables sharing the mainloop across plugins.
include/vlc_pulse.h [new file with mode: 0644]
src/Makefile.am
src/pulse/mainloop.c [new file with mode: 0644]