diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-14 22:57:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-14 22:57:05 +0100 |
| commit | 934e2255d7555a44309ec8119eafbf1783a2125f (patch) | |
| tree | 1df9e334c129ec20dccd5b6b1daf308a4d4dcf24 /src/wx/audio_api.cc | |
| parent | f377e04c160392fc1d5764846c40740f2092c212 (diff) | |
fixup! Add AudioAPI and some related methods.2363-asio-take2
Diffstat (limited to 'src/wx/audio_api.cc')
| -rw-r--r-- | src/wx/audio_api.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/audio_api.cc b/src/wx/audio_api.cc index 7c2c94b51..47a5b1a89 100644 --- a/src/wx/audio_api.cc +++ b/src/wx/audio_api.cc @@ -42,7 +42,6 @@ audio_apis() { #ifdef DCPOMATIC_WINDOWS return { wasapi, asio }; - }; #endif #ifdef DCPOMATIC_LINUX return { pulse, alsa }; |
