Skip to content

Instantly share code, notes, and snippets.

@asavah
Created December 11, 2017 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asavah/788aacd89429bc19a7e2030b6c45b61c to your computer and use it in GitHub Desktop.
Save asavah/788aacd89429bc19a7e2030b6c45b61c to your computer and use it in GitHub Desktop.
diff --git a/xbmc/windowing/rpi/WinSystemRpi.cpp b/xbmc/windowing/rpi/WinSystemRpi.cpp
index 3e4c6d2d8a..320e700032 100644
--- a/xbmc/windowing/rpi/WinSystemRpi.cpp
+++ b/xbmc/windowing/rpi/WinSystemRpi.cpp
@@ -36,6 +36,8 @@
#include "cores/AudioEngine/AESinkFactory.h"
#include "cores/AudioEngine/Sinks/AESinkPi.h"
+#include "cores/AudioEngine/Sinks/AESinkPULSE.h"
+
#include <EGL/egl.h>
#include <EGL/eglplatform.h>
@@ -55,6 +57,7 @@ CWinSystemRpi::CWinSystemRpi()
m_winEvents.reset(new CWinEventsLinux());
AE::CAESinkFactory::ClearSinks();
CAESinkPi::Register();
+ CAESinkPULSE::Register();
}
CWinSystemRpi::~CWinSystemRpi()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment