summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-11-17 20:15:41 +0000
committerRobin Gareus <robin@gareus.org>2012-11-17 20:15:41 +0000
commit3b63eae41d949123f4845fe92c8e9d28bb36aa59 (patch)
tree96e1399ec8ddfb92ea57bb07cd3e59943b542108 /libs/ardour/wscript
parent4c5ef5318edb4e1cdc76288860c27358155efe17 (diff)
update to libltc-1.1.0
add support for TV standard specific offset and binary-group-flags git-svn-id: svn://localhost/ardour2/branches/3.0@13514 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 22b0ef342b..f47ba0a3b2 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -282,7 +282,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'libcurl', uselib_store='CURL',
atleast_version='7.0.0')
autowaf.check_pkg(conf, 'ltc', uselib_store='LTC',
- atleast_version='1.0.3', mandatory=False)
+ atleast_version='1.1.0', mandatory=False)
# we don't try to detect this, since its part of our source tree