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.

61 lines
1.8KB

  1. --- fluidsynth-static-1.1.11.orig/src/CMakeLists.txt
  2. +++ fluidsynth-static-1.1.11/src/CMakeLists.txt
  3. @@ -175,11 +175,6 @@ set ( libfluidsynth_SOURCES
  4. midi/fluid_midi_router.h
  5. midi/fluid_seqbind.c
  6. midi/fluid_seq.c
  7. - drivers/fluid_adriver.c
  8. - drivers/fluid_adriver.h
  9. - drivers/fluid_mdriver.c
  10. - drivers/fluid_mdriver.h
  11. - drivers/fluid_aufile.c
  12. bindings/fluid_cmd.c
  13. bindings/fluid_cmd.h
  14. bindings/fluid_filerenderer.c
  15. @@ -335,32 +330,14 @@ target_link_libraries ( libfluidsynth
  16. ${LIBFLUID_LIBS}
  17. )
  18. -# ************ CLI program ************
  19. -
  20. -set ( fluidsynth_SOURCES fluidsynth.c )
  21. -
  22. -add_executable ( fluidsynth
  23. - ${fluidsynth_SOURCES}
  24. -)
  25. -
  26. -if ( FLUID_CPPFLAGS )
  27. - set_target_properties ( fluidsynth
  28. - PROPERTIES COMPILE_FLAGS ${FLUID_CPPFLAGS} )
  29. -endif ( FLUID_CPPFLAGS )
  30. -
  31. -target_link_libraries ( fluidsynth
  32. - libfluidsynth
  33. - ${FLUID_LIBS}
  34. -)
  35. -
  36. if ( MACOSX_FRAMEWORK )
  37. - install ( TARGETS fluidsynth libfluidsynth
  38. + install ( TARGETS libfluidsynth
  39. RUNTIME DESTINATION ${BIN_INSTALL_DIR}
  40. FRAMEWORK DESTINATION ${FRAMEWORK_INSTALL_DIR}
  41. ARCHIVE DESTINATION ${FRAMEWORK_INSTALL_DIR}
  42. )
  43. else ( MACOSX_FRAMEWORK )
  44. - install ( TARGETS fluidsynth libfluidsynth
  45. + install ( TARGETS libfluidsynth
  46. RUNTIME DESTINATION ${BIN_INSTALL_DIR}
  47. LIBRARY DESTINATION ${LIB_INSTALL_DIR}
  48. ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
  49. --- fluidsynth-static-1.1.11.orig/src/utils/fluid_settings.c
  50. +++ fluidsynth-static-1.1.11/src/utils/fluid_settings.c
  51. @@ -297,8 +297,6 @@ fluid_settings_init(fluid_settings_t* se
  52. fluid_shell_settings(settings);
  53. fluid_player_settings(settings);
  54. fluid_file_renderer_settings(settings);
  55. - fluid_audio_driver_settings(settings);
  56. - fluid_midi_driver_settings(settings);
  57. }
  58. static int