Add QNX video and audio modules

This commit is contained in:
Elad Lahav
2023-01-07 06:29:03 -05:00
committed by Ryan C. Gordon
parent 292b80a13a
commit 4374645738
13 changed files with 1596 additions and 0 deletions

View File

@@ -91,6 +91,9 @@ static const AudioBootStrap *const bootstrap[] = {
#if SDL_AUDIO_DRIVER_OSS
&DSP_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_QNX
&QSAAUDIO_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_DISK
&DISKAUDIO_bootstrap,
#endif