Browse Source

Fix modaudio (win64, debian11,ubuntu-latest)

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

+ 1
- 1
patches/fluidsynth/02_skip_dsound_support.patch View File

@@ -69,7 +69,7 @@

error_recovery:
- delete_fluid_file_audio_driver((fluid_audio_driver_t *) dev);
+ delete_fluid_file_audio_driver(fluid_audio_driver_t *);
+ delete_fluid_file_audio_driver(fluid_audio_driver_t *dev);
return NULL;
}


Loading…
Cancel
Save