Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2023-11-29 07:49:24 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2023-11-29 07:49:24 +0300
commit443510c2d12e8fff311111e9bfbfe5434ead8616 (patch)
tree309b5a2d07157e58835d8265be42f41e4475752d
parent5578824258c4ceea28b010a60de4a535bb028d87 (diff)
Fix Windows path
-rw-r--r--autogen.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.bat b/autogen.bat
index 098a5aa5..045f6dd3 100644
--- a/autogen.bat
+++ b/autogen.bat
@@ -4,7 +4,7 @@ REM Run this to set up the build system: configure, makefiles, etc.
setlocal enabledelayedexpansion
REM Parse the real autogen.sh script for version
-for /F "tokens=4 delims= " %%A in ('findstr "download_model.sh" autogen.sh') do (
+for /F "tokens=4 delims= " %%A in ('findstr "dnn\download_model.sh" autogen.sh') do (
set "model=%%A"
)
REM Remove trailing ")" character from the model variable