Changes between Version 21 and Version 22 of CompilationGuide/MSVC
- Timestamp:
- Aug 15, 2016, 1:44:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v21 v22 1 1 FFmpeg can be built on Windows with Visual Studio. The [https://www.ffmpeg.org/platform.html#Microsoft-Visual-C_002b_002b-or-Intel-C_002b_002b-Compiler-for-Windows official guide] is quite clear, but a little bit out-of-date. 2 2 3 FFmpeg can be built with MSVC 2012 or earlier using a C99-to-C89 conversion utility and wrapper, or with MSVC 2013 or later natively. 3 FFmpeg can be built with MSVC 2012 or earlier using a C99-to-C89 conversion utility and wrapper, or with MSVC 2013 or later natively. Even if you have MSVC later than 2013, you will need to install all the prerequisites if you use the configure, make pattern, as the Makefile expects them still. 4 4 5 5 You will need the following prerequisites:
