From cd49e6645b75196293888bbb0ce4b6da28d3ace6 Mon Sep 17 00:00:00 2001 From: Underground78 Date: Sat, 4 May 2013 20:50:28 +0200 Subject: Internal LAVFilters: Include LAVFilters in the packages. --- build.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build.bat') 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 -- cgit v1.2.3