Update Jack system port names to reflect new Jack naming scheme.
git-svn-id: svn://localhost/ardour2/branches/midi@1787 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
34009a4565
commit
ebe4fc9d88
@ -1090,8 +1090,8 @@ if conf.CheckCHeader('/System/Library/Frameworks/CoreAudio.framework/Versions/A/
|
||||
subst_dict['%JACK_INPUT%'] = "coreaudio:Built-in Audio:in"
|
||||
subst_dict['%JACK_OUTPUT%'] = "coreaudio:Built-in Audio:out"
|
||||
else:
|
||||
subst_dict['%JACK_INPUT%'] = "alsa_pcm:playback_"
|
||||
subst_dict['%JACK_OUTPUT%'] = "alsa_pcm:capture_"
|
||||
subst_dict['%JACK_INPUT%'] = "system:playback_"
|
||||
subst_dict['%JACK_OUTPUT%'] = "system:capture_"
|
||||
|
||||
# posix_memalign available
|
||||
if not conf.CheckFunc('posix_memalign'):
|
||||
|
@ -18,7 +18,7 @@
|
||||
#ifndef JACK_COMPAT_H
|
||||
#define JACK_COMPAT_H
|
||||
|
||||
#define JACK_MIDI_NEEDS_NFRAMES
|
||||
//#define JACK_MIDI_NEEDS_NFRAMES
|
||||
|
||||
#if defined(JACK_MIDI_NEEDS_NFRAMES)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user