a scons thinko. hardware monitoring now works :)

git-svn-id: svn://localhost/ardour2/trunk@1158 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Nick Mainsbridge
2006-11-24 17:18:55 +00:00
parent 5f866fc185
commit bfab3e8821

View File

@@ -209,7 +209,7 @@ if conf.CheckJackVideoFrameOffset():
ardour.Append(CXXFLAGS="-DHAVE_JACK_VIDEO_SUPPORT")
if conf.CheckJackEnsureMonitorInput():
env.Append(CCFLAGS='-DHAVE_JACK_PORT_ENSURE_MONITOR')
ardour.Append(CXXFLAGS='-DHAVE_JACK_PORT_ENSURE_MONITOR')
else:
print '\nWARNING: You need at least svn revision 985 of jack for hardware monitoring to work correctly.\n'