Switch to PortAudio for audio playback

This commit is contained in:
Cameron Gutman
2018-09-22 17:12:54 -07:00
parent 2cd4851601
commit 71b625081a
6 changed files with 41 additions and 10 deletions
+5
View File
@@ -3,6 +3,11 @@
#include "renderer.h"
#include <SDL.h>
#ifndef HAVE_SLVIDEO
#error SDL audio backend is only available for Steam Link
#error Please install PortAudio to build for Linux
#endif
class SdlAudioRenderer : public IAudioRenderer
{
public: