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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-09-11 12:05:24 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-09-14 08:51:35 +0400
commit57082dc1fe85a9c481db023502e485cca5fb96ec (patch)
tree39cc2f6e8b9f0877f6027f3c7dc8b37d746320ba
parentc0cd1c751ab023f77407b1227a201965e69e0804 (diff)
LAVFilters/build_lavfilters.bat: use VS2012 by default.
-rw-r--r--src/thirdparty/LAVFilters/build_lavfilters.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thirdparty/LAVFilters/build_lavfilters.bat b/src/thirdparty/LAVFilters/build_lavfilters.bat
index 120c51a34..0feb5ff2f 100644
--- a/src/thirdparty/LAVFilters/build_lavfilters.bat
+++ b/src/thirdparty/LAVFilters/build_lavfilters.bat
@@ -75,7 +75,7 @@ IF %VALID% NEQ %INPUT% GOTO UnsupportedSwitch
IF %ARGB% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGB% == 0 (SET "BUILDTYPE=Build")
IF %ARGPL% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGPL% == 0 (SET "ARCH=Both")
IF %ARGBC% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGBC% == 0 (SET "RELEASETYPE=Release")
-IF %ARGCOMP% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGCOMP% == 0 (SET "COMPILER=VS2010")
+IF %ARGCOMP% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGCOMP% == 0 (SET "COMPILER=VS2012")
IF /I "%COMPILER%" == "VS2012" (
IF NOT DEFINED VS110COMNTOOLS GOTO MissingVar
@@ -230,7 +230,7 @@ ECHO Notes: You can also prefix the commands with "-", "--" or "/".
ECHO The arguments are not case sensitive and can be ommitted.
ECHO. & ECHO.
ECHO Executing %~nx0 without any arguments will use the default ones:
-ECHO "%~nx0 Build Both Release VS2010"
+ECHO "%~nx0 Build Both Release VS2012"
ECHO.
POPD
ENDLOCAL