Changes between Version 18 and Version 19 of CompilationGuide/MinGW
- Timestamp:
- Dec 19, 2014, 12:31:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MinGW
v18 v19 142 142 lib.exe is required for creating .dll.a import stub libraries, so that 143 143 you can link to the DLLs from MSVC (Microsoft Visual Studio compiler, 144 bundled with it) .144 bundled with it), if you are planning on creating a DLL style FFmpeg build and need/want to do that. 145 145 146 146 lib.exe is a Microsoft tool used for creating DLL files. It is bundled … … 160 160 the dshow input device. '''!DirectShow support is enabled only through mingw-64 compilation'''. 161 161 162 For more detailed information related to ?DirectShow check the dshow section in the FFmpeg manual.162 For more detailed information related to !DirectShow check the dshow section in the FFmpeg manual. 163 163 164 164 == OpenAL ==
