mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-11 10:26:12 +00:00
Initial OMX Support
This commit is contained in:
committed by
Iwan Timmer
parent
43c06a2338
commit
8de4fe1cf3
@@ -31,3 +31,6 @@ extern AUDIO_RENDERER_CALLBACKS audio_callbacks_sdl;
|
||||
extern AUDIO_RENDERER_CALLBACKS audio_callbacks_pulse;
|
||||
bool audio_pulse_init();
|
||||
#endif
|
||||
#ifdef HAVE_PI
|
||||
extern AUDIO_RENDERER_CALLBACKS audio_callbacks_omx;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user