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
This commit is contained in:
Robin Gareus
2012-11-17 20:15:41 +00:00
parent 4c5ef5318e
commit 3b63eae41d
3 changed files with 40 additions and 10 deletions

View File

@@ -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