Changes between Version 32 and Version 33 of CompilationGuide/MinGW
- Timestamp:
- Jan 29, 2016, 6:04:11 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MinGW
v32 v33 166 166 == libx264 == 167 167 168 libx264 can be compiled and installed in the MinGW environment.168 libx264 can be compiled and installed in the MinGW+msys environment. 169 169 170 170 Latest version can be found at this address: … … 172 172 http://www.videolan.org/developers/x264.html 173 173 174 In order to generate the DLL library file you should use the {{{--enable-shared}}} configure option. 174 if you want libx264.dll files (instead of static) you should use the {{{--enable-shared}}} configure option. 175 176 The only way I was able to figure out how to get this to work was to add {{{--extra-ldflags=L../libx264_unpacked_dir --extra-cflags=-I../libx264_unpacked_dir}}} to my ffmpeg configure line, after successfully building libx264. 175 177 176 178 == lib.exe ==
