use libltc and libtimecode as static libs, and upgrade to waf 1.7
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 18 Oct 2013 15:11:59 +0000 (11:11 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 18 Oct 2013 15:11:59 +0000 (11:11 -0400)
commit683496c501641fb5d7d47bdf9064aed72755ca61
treee0885ae9830422dd09dec186a0aeac0c7f92c5fd
parent6da4ad80bec30933ea85750e4cb39a9f4e86f465
use libltc and libtimecode as static libs, and upgrade to waf 1.7

This is slightly awkward. It is important that we only link once to the static lib. Doing this at executable link time did not
work, possibly because waf insisted on putting the two static libraries at the front of the link list. So instead libardour
is now the point where linkage to these libraries occurs (and nowhere else). This should never be changed unless the change
just moves the linkage point to another location.

Also fix a bug with the libardour version tha was picked up by waf 1.7
gtk2_ardour/wscript
libs/ardour/wscript
libs/midi++2/wscript
libs/surfaces/control_protocol/wscript
waf