Add native support for Windows (#4491)

* Add support for Windows

* Fixes for Windows

* Update unit tests

* Fix ffreport setting

* Add test script equivalents

* Fix fontconfig error in test stream

* Fix thumbnail generator

* Fix lint warnings

* Fix warnings in test stream script

* Implement cross-platform ocTestStream

* Migrate to cross-platform script

* Revert ocTestStream.sh

* Add missing EOL

* Alternative test scripts for non-linux environments

---------

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
Nicholas Kwan
2025-10-13 15:55:13 -07:00
committed by GitHub
co-authored by Gabe Kangas
parent f30b80d473
commit fd89c6e8f2
13 changed files with 590 additions and 169 deletions
+1 -2
View File
@@ -104,6 +104,5 @@ func saveOfflineClipToDisk(offlineFilename string) (string, error) {
}
offlineFilePath := offlineTmpFile.Name()
return offlineFilePath, nil
return filepath.Abs(offlineFilePath)
}