bmx-ng / sdl.mod

SDL backend for BlitzMax
7 stars 6 forks source link

NAS Audio missing (CentOS7 32bit, Ubuntu 18 64bit...) #49

Open GWRon opened 1 year ago

GWRon commented 1 year ago

I think we should undefine them in the configs: sdl.mod/sdl.mod/include/linuxx86/SDL_config.h sdl.mod/sdl.mod/include/linuxx64/SDL_config.h

changing

#define SDL_AUDIO_DRIVER_NAS 1

to

#define SDL_AUDIO_DRIVER_NAS 0