Changes between Version 6 and Version 7 of CompilationGuide/MSVC
- Timestamp:
- Jul 8, 2015, 9:07:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v6 v7 95 95 $ ./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 96 96 }}} 97 98 In case you need to build 64bit: 99 100 you need to run this command to trigger the 64bit compiler (setting --arch=amd64 --target-os=win64 won't build 64bit ffmpeg): 101 102 103 {{{ 104 vcvarsall amd64 105 }}} 106 107 details: [https://msdn.microsoft.com/en-us/library/x4d2c09s.aspx]
