mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
more fixups regarding FreeBSD support
git-svn-id: svn://localhost/ardour2/branches/3.0@13776 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4acd9285bf
commit
e2711af723
1 changed files with 3 additions and 1 deletions
|
|
@ -796,7 +796,9 @@ Ardour and choose the relevant device then."
|
||||||
|
|
||||||
return devs;
|
return devs;
|
||||||
}
|
}
|
||||||
#ifndef __FreeBSD__
|
#else
|
||||||
|
|
||||||
|
#if !defined(__FreeBSD__)
|
||||||
vector<string>
|
vector<string>
|
||||||
EngineControl::enumerate_alsa_devices ()
|
EngineControl::enumerate_alsa_devices ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue