mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-04 11:07:37 +05:00
Added the FFMPEG dlls to the "installation process"
This commit is contained in:
parent
dfc318a7ab
commit
407b3b2ad0
@ -113,6 +113,16 @@ if /i "%BUILD_ARCH%" == "win32" (
|
|||||||
REM if errorlevel 1 goto externalInstallFailed
|
REM if errorlevel 1 goto externalInstallFailed
|
||||||
)
|
)
|
||||||
|
|
||||||
|
REM *** Finally copy the FFMPEG dlls to the bin folder ***
|
||||||
|
if /i "%BUILD_ARCH%"=="x64" (
|
||||||
|
echo Copying FFMPEG dlls
|
||||||
|
C:\Windows\System32\xcopy "%PROJ_DIR%..\..\ext_libs\FFMPEG\dll\x64\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y
|
||||||
|
)
|
||||||
|
if /i "%BUILD_ARCH%"=="win32" (
|
||||||
|
echo Copying FFMPEG dlls
|
||||||
|
C:\Windows\System32\xcopy "%PROJ_DIR%..\..\ext_libs\FFMPEG\dll\Win32\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y
|
||||||
|
)
|
||||||
|
|
||||||
echo Copying tutorials
|
echo Copying tutorials
|
||||||
xcopy "%PROJ_DIR%..\tutorials" "%INSTALL_FOLDER%\tutorials\" /i /d /y /e
|
xcopy "%PROJ_DIR%..\tutorials" "%INSTALL_FOLDER%\tutorials\" /i /d /y /e
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user