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
path: root/src
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-09-04 00:58:42 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-09-04 00:58:42 +0400
commit62ed8de61e8c6501be08bb2bda3e4aa6b03a9ad7 (patch)
tree21625638ed8782c9b2c4d17e5c267a6bd6f4142a /src
parent5c67905fb8444425e040230ff3dc76be4643bbde (diff)
build_lavfilters.bat: Ensure compilation failures are properly detected.
Diffstat (limited to 'src')
-rw-r--r--src/thirdparty/LAVFilters/build_lavfilters.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thirdparty/LAVFilters/build_lavfilters.bat b/src/thirdparty/LAVFilters/build_lavfilters.bat
index 0eda8f8c1..120c51a34 100644
--- a/src/thirdparty/LAVFilters/build_lavfilters.bat
+++ b/src/thirdparty/LAVFilters/build_lavfilters.bat
@@ -117,6 +117,7 @@ IF /I "%BUILDTYPE%" == "Rebuild" (
IF /I "%BUILDTYPE%" == "Clean" (CALL :SubMake & EXIT /B)
CALL :SubMake
+IF %ERRORLEVEL% NEQ 0 EXIT /B
IF /I "%ARCH%" == "x64" (SET "GCC_PREFIX=x86_64-w64-mingw32-")
%GCC_PREFIX%gcc -c -O2 GCCInfo.c -o obj\GCCInfo.o