Build Windows version with fastvideo.
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Nov 2021 11:14:15 +0000 (12:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Nov 2021 18:48:08 +0000 (19:48 +0100)
cscript

diff --git a/cscript b/cscript
index 49a07fdb6ee39aef40cd5b9acdeafeea3802706b..ba90625726d49a47879d2b1bc975d0ce02cac625 100644 (file)
--- 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':