ports/emulators/retroarch/patches/patch-audio_audio_driver_c

13 lines
291 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: audio/audio_driver.c
--- audio/audio_driver.c.orig
+++ audio/audio_driver.c
@@ -93,7 +93,7 @@ audio_driver_t *audio_drivers[] = {
#if defined(HAVE_AUDIOIO)
&audio_audioio,
#endif
-#if defined(HAVE_OSS) || defined(HAVE_OSS_BSD)
+#if 0
&audio_oss,
#endif
#ifdef HAVE_RSOUND