Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.bat - github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11e166c16896ecf5c54a834a7e0a91918d12278b (plain)
1
2
3
4
5
6
7
8
9
10
11
@ECHO OFF

call "%VS100COMNTOOLS%vsvars32.bat"

sh build_ffmpeg.sh x86
devenv LAVFilters.sln /Rebuild "Release|Win32"

sh build_ffmpeg.sh x64
devenv LAVFilters.sln /Rebuild "Release|x64"

PAUSE