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: e0048b9c968f992beecdcbf5d1cd88f2efae6954 (plain)
1
2
3
4
5
6
7
8
9
10
11
@ECHO OFF

call "%VS110COMNTOOLS%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