- fix build with newer FLTK
Reported by: PH (via pav)
This commit is contained in:
parent
cd93052e76
commit
1972c51772
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284435
13
audio/csound/files/patch-SliderBank.hpp
Normal file
13
audio/csound/files/patch-SliderBank.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
--- InOut/virtual_keyboard/SliderBank.hpp.orig 2011-10-27 13:20:10.000000000 +0200
|
||||
+++ InOut/virtual_keyboard/SliderBank.hpp 2011-10-27 13:20:28.000000000 +0200
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Group.H>
|
||||
-#include <Fl/Fl_Value_Slider.H>
|
||||
-#include <Fl/Fl_Spinner.H>
|
||||
+#include <FL/Fl_Value_Slider.H>
|
||||
+#include <FL/Fl_Spinner.H>
|
||||
#include "csdl.h"
|
||||
#include "SliderData.hpp"
|
||||
|
@ -52,6 +52,7 @@ lib/csound/plugins64/libambicode1.so
|
||||
lib/csound/plugins64/libampmidid.so
|
||||
lib/csound/plugins64/libbabo.so
|
||||
lib/csound/plugins64/libbarmodel.so
|
||||
lib/csound/plugins64/libchua.so
|
||||
lib/csound/plugins64/libcompress.so
|
||||
lib/csound/plugins64/libcontrol.so
|
||||
lib/csound/plugins64/libcrossfm.so
|
||||
|
Loading…
Reference in New Issue
Block a user