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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm0viefreak <m0viefreak.cm@googlemail.com>2013-01-09 02:37:12 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-01-09 02:39:34 +0400
commitb202cbb7d1e28d274780a60534e8117672e7caf5 (patch)
tree59a9bc5c34c70c99e6a320bb1dec28b9498d0514 /build.bat
parentbdcd7cf5a99dd470d6a2250a031398aec73babc6 (diff)
make SILENT switch work
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index c12649175..199a1d95d 100644
--- a/build.bat
+++ b/build.bat
@@ -86,7 +86,7 @@ FOR %%G IN (%ARG%) DO (
IF /I "%%G" == "7z" SET "ZIP=True" & SET /A VALID+=1 & SET /A ARGCL+=1 & SET /A ARGM+=1
IF /I "%%G" == "Lite" SET "MPCHC_LITE=True" & SET /A VALID+=1 & SET /A ARGL+=1
IF /I "%%G" == "FFmpeg" SET "Rebuild=FFmpeg" & SET /A VALID+=1 & SET /A ARGFF+=1 & SET /A ARGRE+=1
- IF /I "%%G" == "Silent" SET "SILENT=True"
+ IF /I "%%G" == "Silent" SET "SILENT=True" & SET /A VALID+=1
)
FOR %%G IN (%*) DO SET /A INPUT+=1