From 83681f2ebddc03536dc9dd40e17d47d63b290d51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 21 Oct 2012 17:50:00 +0000 Subject: [PATCH] Add vivtc build to the wscript. --- wscript | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wscript b/wscript index 6a5e2b8..5eac709 100644 --- a/wscript +++ b/wscript @@ -293,6 +293,12 @@ def build(bld): target = 'eedi3', install_path = '${PLUGINDIR}') + bld(features = 'c qxx asm cxxshlib', + includes = 'include', + source = bld.path.ant_glob(search_paths([os.path.join('src', 'filters', 'vivtc')])), + target = 'vivtc', + install_path = '${PLUGINDIR}') + if bld.env.CYTHON == 'true': bld(features = 'preproc', source = bld.path.ant_glob([os.path.join('src', 'cython', '*.pyx')])) -- 2.11.4.GIT