Changes between Version 12 and Version 13 of CompilationGuide/MSVC
- Timestamp:
- Nov 2, 2015, 6:39:38 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v12 v13 118 118 == Compiling FFmpeg with external libraries == 119 119 120 In order to build FFmpeg with multiple libraries included, you need to make sure that the libraries and headers are placed in a location specified by the INCLUDE and LIB directories referenced by the VC compiler and linker.120 In order to build FFmpeg with support to external libraries, you need to make sure that the libraries and headers are placed in a location specified by the INCLUDE and LIB directories referenced by the VC compiler and linker. 121 121 122 122 Also, you may need to compile the libraries themselves with VC in order to make it possible to link them when building the FFmpeg DLLs.
