Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

linuxsampler_allow-no-drivers-build.patch 950B

123456789101112131415161718192021222324
  1. --- linuxsampler-static-1.0.0+svn2356.orig/configure.ac
  2. +++ linuxsampler-static-1.0.0+svn2356/configure.ac
  3. @@ -556,21 +556,6 @@ if test "x$MAC_PLUGIN_INSTALL_DIR" = "x"
  4. fi
  5. AC_SUBST(MAC_PLUGIN_INSTALL_DIR)
  6. -# have we found at least one MIDI input and one audio output driver ?
  7. -if test "$have_midi_input_driver" = "false"; then
  8. - echo "No supported MIDI input system found!"
  9. - echo "Sorry, LinuxSampler only supports the following MIDI drivers at the moment:"
  10. - echo "ALSA, JACK, MIDIShare, CoreMIDI, MME."
  11. - echo "If you think you have one of those available on your system, make sure you"
  12. - echo "also have the respective development (header) files installed."
  13. - exit -1;
  14. -fi
  15. -if test "$have_audio_output_driver" = "false"; then
  16. - echo "No supported audio output system found!"
  17. - echo "Sorry, LinuxSampler only supports ALSA, JACK, ARTS and ASIO as audio output"
  18. - echo "driver at the moment!"
  19. - exit -1;
  20. -fi