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
@ -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…
Reference in New Issue
Block a user