Search found 1 match
- Wed May 03, 2017 2:01 am
- Forum: Compiling
- Topic: Building ffmpeg 3.3 with MSYS2 + MSVC 2017 failed with so many winsock2 related redefinitions
- Replies: 1
- Views: 3834
Building ffmpeg 3.3 with MSYS2 + MSVC 2017 failed with so many winsock2 related redefinitions
MSYS2 + Visual Studio 2017 Community here, the exact steps I take to build are: 1. Start a Visual Studio 2017 "Developer Command Prompt", which effectively run vcvars.bat 2. cd into msys64 directory, and then invoke MSYS2 within the command prompt with "msys2_shell.cmd -msys2 -use-full-path", which ...