Changes between Version 11 and Version 12 of CompilationGuide/MSVC
- Timestamp:
- Nov 2, 2015, 1:39:25 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v11 v12 114 114 $ ./configure --enable-asm --enable-yasm --disable-ffserver --disable-avdevice --disable-doc --disable-ffplay --disable-ffprobe --disable-ffmpeg --enable-shared --disable-static --disable-bzlib --disable-libopenjpeg --disable-iconv --disable-zlib --prefix=/c/ffmpeg --toolchain=msvc --arch=amd64 --extra-cflags="-MDd" --extra-ldflags="/NODEFAULTLIB:libcmt" --enable-debug 115 115 }}} 116 117 118 == Compiling FFmpeg with external libraries == 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. 121 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.
