fixup! Add AudioAPI and some related methods. 2363-asio-take2
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Nov 2022 21:57:05 +0000 (22:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Nov 2022 21:57:05 +0000 (22:57 +0100)
src/wx/audio_api.cc

index 7c2c94b51b6395e41a8c46a603f4230f96941adf..47a5b1a89089d0e9431114479fbfb4452aac6ef5 100644 (file)
@@ -42,7 +42,6 @@ audio_apis()
 {
 #ifdef DCPOMATIC_WINDOWS
        return { wasapi, asio };
-       };
 #endif
 #ifdef DCPOMATIC_LINUX
        return { pulse, alsa };