mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
AU support; mv LADSPA gui to Generic; small fix(?) for NSD issue with absolute/full pathnames
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2755 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f3dd3e6b18
commit
acf1490e45
18 changed files with 929 additions and 561 deletions
|
|
@ -84,7 +84,7 @@ connection_editor.cc
|
|||
""")
|
||||
|
||||
audiounit_files=Split("""
|
||||
au_pluginui.cc
|
||||
au_pluginui.mm
|
||||
""")
|
||||
|
||||
gtkosx_files=Split("""
|
||||
|
|
@ -161,6 +161,7 @@ export_region_dialog.cc
|
|||
export_range_markers_dialog.cc
|
||||
gain_automation_time_axis.cc
|
||||
gain_meter.cc
|
||||
generic_pluginui.cc
|
||||
ghostregion.cc
|
||||
gtk-custom-hruler.c
|
||||
gtk-custom-ruler.c
|
||||
|
|
@ -173,7 +174,6 @@ imageframe_view.cc
|
|||
io_selector.cc
|
||||
keyboard.cc
|
||||
keyeditor.cc
|
||||
ladspa_pluginui.cc
|
||||
level_meter.cc
|
||||
location_ui.cc
|
||||
main.cc
|
||||
|
|
@ -272,6 +272,8 @@ if env['VST']:
|
|||
if gtkardour['GTKOSX']:
|
||||
extra_sources += gtkosx_files
|
||||
gtkardour.Append (CCFLAGS="-DTOP_MENUBAR -DGTKOSX")
|
||||
gtkardour.Append (LINKFLAGS=" -framework AppKit -framework CoreAudioKit")
|
||||
|
||||
else:
|
||||
extra_sources += x11_files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue