Browse Source

Fix modaudio (win64, debian11,ubuntu-latest)

pull/31/head
brummer10 7 months ago
parent
commit
990b0124be
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      patches/fluidsynth/02_skip_dsound_support.patch

+ 10
- 0
patches/fluidsynth/02_skip_dsound_support.patch View File

@@ -54,6 +54,16 @@

--- fluidsynth-static-1.1.11.orig/src/drivers/fluid_aufile.c
+++ fluidsynth-static-1.1.11/src/drivers/fluid_aufile.c

@@ -49,6 +49,8 @@ typedef struct

static int fluid_file_audio_run_s16(void *d, unsigned int msec);

+void delete_fluid_file_audio_driver(fluid_audio_driver_t *p);
+
/**************************************************************
*
* 'file' audio driver
@@ -98,7 +98,7 @@ new_fluid_file_audio_driver(fluid_settings_t *settings,
return (fluid_audio_driver_t *) dev;



Loading…
Cancel
Save