Changes between Version 26 and Version 27 of CompilationGuide/MSVC
- Timestamp:
- Sep 28, 2018, 12:24:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v26 v27 79 79 More info in the thread here [https://trac.ffmpeg.org/ticket/5546] 80 80 81 If linking against zlib (which is default) you should also add the parameter --extra-ldflags="-lswresample -lm -lz" 82 81 83 or the following: 82 84 … … 140 142 msys2_shell.cmd 141 143 }}} 144 In case you have linking problems, make sure that ffmpeg's configure command used the paramter --extra-ldflags="-lswresample -lm -lz" 142 145 143 146 How to build debug version?
