diff options
author | Alexander Stillich <dr.west@zoho.com> | 2014-12-19 13:44:34 +0100 |
---|---|---|
committer | Alexander Stillich <dr.west@zoho.com> | 2014-12-19 13:44:34 +0100 |
commit | f2843209a5439eb6bf8a6382e8c8ef378175c111 (patch) | |
tree | b92613a2e2fdebc578b92a638febd9eeca39fb89 /drivers/pulseaudio/SCsub | |
parent | 04362defe7c5cb0d41164dcc533f0383a0edb98b (diff) |
Implemented PulseAudio backend and fixed audio driver selection on X11
Diffstat (limited to 'drivers/pulseaudio/SCsub')
-rw-r--r-- | drivers/pulseaudio/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pulseaudio/SCsub b/drivers/pulseaudio/SCsub new file mode 100644 index 0000000000..9fbb467baa --- /dev/null +++ b/drivers/pulseaudio/SCsub @@ -0,0 +1,5 @@ +Import('env') + +env.add_source_files(env.drivers_sources,"*.cpp") + +Export('env') |