summaryrefslogtreecommitdiff
path: root/waf
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-18 11:11:59 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-18 11:11:59 -0400
commit683496c501641fb5d7d47bdf9064aed72755ca61 (patch)
treee0885ae9830422dd09dec186a0aeac0c7f92c5fd /waf
parent6da4ad80bec30933ea85750e4cb39a9f4e86f465 (diff)
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
Diffstat (limited to 'waf')
-rwxr-xr-xwafbin94860 -> 97994 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/waf b/waf
index 6780539c8e..9d2582a24a 100755
--- a/waf
+++ b/waf
Binary files differ