Added VCPKG

Added VCPKG with x64 buils on Windows
This commit is contained in:
Phillip Thomas
2018-12-26 23:36:04 +01:00
parent 1a08364bc5
commit 1cdc57aae8
3 changed files with 61 additions and 19 deletions
+9
View File
@@ -0,0 +1,9 @@
@echo off
if not exist vcpkg (
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
call .\bootstrap-vcpkg.bat
cmd /K vcpkg install ffmpeg[x264,opencl] --triplet x64-windows
)