Changes between Version 28 and Version 29 of CompilationGuide/MSVC
- Timestamp:
- Sep 28, 2018, 12:30:18 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v28 v29 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 83 81 or the following: 84 82 … … 144 142 msys2_shell.cmd 145 143 }}} 146 In case you have linking problems, make sure that ffmpeg's configure command used the paramter --extra-ldflags="-lswresample -lm -lz"147 144 148 145 === Debug Builds ===
