Added VCPKG
Added VCPKG with x64 buils on Windows
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user