Changes between Version 14 and Version 15 of CompilationGuide/MinGW
- Timestamp:
- Nov 26, 2013, 2:46:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MinGW
v14 v15 133 133 134 134 http://bugzilla.libsdl.org/show_bug.cgi?id=1237 135 136 137 == FFmpeg ==138 139 To configure a basic build you just need to run configure in the140 FFmpeg source directory.141 142 Once you installed all the necessary packages (MinGW is the only strict requirement for building FFmpeg, git is required to update your FFmpeg source),143 you need to open a MinGW shell, change directory to where you checked out the FFmpeg sources, and configure and make FFmpeg the usual way.144 145 NOTE: configure is sometimes painfully slow in MinGW.146 147 135 148 136 == lib.exe == … … 208 196 209 197 198 == FFmpeg == 199 200 To configure a basic build you just need to run configure in the 201 FFmpeg source directory. 202 203 Once you installed all the necessary packages (MinGW is the only strict requirement for building FFmpeg, git is required to update your FFmpeg source), 204 you need to open a MinGW shell, change directory to where you checked out the FFmpeg sources, and configure and make FFmpeg the usual way. 205 206 NOTE: configure is sometimes painfully slow in MinGW. 207 208 210 209 == Windows Compilation Tips == 211 210
