mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-06 16:06:02 +00:00
Initial OMX Support
This commit is contained in:
committed by
Iwan Timmer
parent
43c06a2338
commit
8de4fe1cf3
@@ -99,6 +99,10 @@ AUDIO_RENDERER_CALLBACKS* platform_get_audio(enum platform system) {
|
||||
case SDL:
|
||||
return &audio_callbacks_sdl;
|
||||
#endif
|
||||
#ifdef HAVE_PI
|
||||
case PI:
|
||||
return (PAUDIO_RENDERER_CALLBACKS) dlsym(RTLD_DEFAULT, "audio_callbacks_omx");
|
||||
#endif
|
||||
default:
|
||||
#ifdef HAVE_PULSE
|
||||
if (audio_pulse_init())
|
||||
|
||||
Reference in New Issue
Block a user