Changes between Version 27 and Version 28 of CompilationGuide/MSVC
- Timestamp:
- Sep 28, 2018, 3:26:38 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v27 v28 116 116 }}} 117 117 118 === Problem solving === 119 118 120 You might see three problems when building `ffmpeg`: 119 121 … … 143 145 }}} 144 146 In case you have linking problems, make sure that ffmpeg's configure command used the paramter --extra-ldflags="-lswresample -lm -lz" 147 148 === Debug Builds === 145 149 146 150 How to build debug version?