From 4ae97038c492a261479dcc25ab4c207a0e8ea5c1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Nov 2021 12:14:15 +0100 Subject: [PATCH] Build Windows version with fastvideo. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 49a07fdb6..ba9062572 100644 --- a/cscript +++ b/cscript @@ -461,7 +461,7 @@ def configure_options(target, options): if target.debug: opt += ' --enable-debug' if target.platform == 'windows': - opt += ' --target-windows' + opt += ' --target-windows --fastvideo-sdk /opt/fastvideo' elif target.platform == 'linux': opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml' if target.distro == 'centos': -- 2.30.2