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:
authorUnderground78 <underground78@users.sourceforge.net>2013-05-04 22:50:28 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-06-29 15:21:39 +0400
commitcd49e6645b75196293888bbb0ce4b6da28d3ace6 (patch)
treec4539ce511570660cb1aae973c4e6ce29d6023c3 /build.bat
parente894c65242ad61cfbe309583b47e770eee25829d (diff)
Internal LAVFilters: Include LAVFilters in the packages.
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 4f98b019c..6879f7c16 100644
--- a/build.bat
+++ b/build.bat
@@ -392,7 +392,8 @@ IF NOT EXIST "%PCKG_NAME%" MD "%PCKG_NAME%"
IF /I "%NAME%" == "MPC-HC" (
IF NOT DEFINED MPCHC_LITE (
- IF NOT EXIST "%PCKG_NAME%\Lang" MD "%PCKG_NAME%\Lang"
+ IF NOT EXIST "%PCKG_NAME%\Lang" MD "%PCKG_NAME%\Lang"
+ IF NOT EXIST "%PCKG_NAME%\LAVFilters" MD "%PCKG_NAME%\LAVFilters"
)
IF /I "%ARCH%" == "x64" (
COPY /Y /V "%~1_%ARCH%\mpc-hc64.exe" "%PCKG_NAME%\mpc-hc64.exe" >NUL
@@ -402,6 +403,8 @@ IF /I "%NAME%" == "MPC-HC" (
COPY /Y /V "%~1_%ARCH%\mpciconlib.dll" "%PCKG_NAME%\*.dll" >NUL
IF NOT DEFINED MPCHC_LITE (
COPY /Y /V "%~1_%ARCH%\Lang\mpcresources.??.dll" "%PCKG_NAME%\Lang\mpcresources.??.dll" >NUL
+ COPY /Y /V "%~1_%ARCH%\LAVFilters\*.ax" "%PCKG_NAME%\LAVFilters" >NUL
+ COPY /Y /V "%~1_%ARCH%\LAVFilters\*.dll" "%PCKG_NAME%\LAVFilters" >NUL
)
COPY /Y /V "%~1_%ARCH%\D3DCompiler_43.dll" "%PCKG_NAME%\D3DCompiler_43.dll" >NUL
COPY /Y /V "%~1_%ARCH%\d3dx9_43.dll" "%PCKG_NAME%\d3dx9_43.dll" >NUL