[FFmpeg-user] ffmpeg windows build
Roger Pack
rogerdpack2 at gmail.com
Wed Oct 5 23:24:34 CEST 2011
> I have downloaded FFmpeg libraries from ffmpeg.zeranoe.com/builds/ site. These are the windows dlls from "32-bit Builds (Dev)" section. However, I noticed that these libraries were built with - -enable-libx264 compiler's flag which is a problem in my case. What would be the easiest way to get these libraries compiled without libx264? I know that there is an option to rebuild the code myself, however it looks like I would have to setup Cygwin, mingw-w64 and the rest of 3-rd party software and build rebuild them all. It looks like it may take much effort and time that I don't really have. Is there any simpler way to get these dlls? Thanks!
Asking on the zeranoe forum might help :)
In general, you can build your own by running the scripts from his blog:
http://ffmpeg.zeranoe.com/blog/
then compile without those options:
http://betterlogic.com/roger/2011/09/ffmpeg-compileconfigure-windows/
might help too.
GL!
-r
More information about the ffmpeg-user
mailing list