[FFmpeg-trac] #345(build system:closed): Issues with 0.7.1 release on Windows

FFmpeg trac at avcodec.org
Sun Aug 21 19:43:59 CEST 2011


#345: Issues with 0.7.1 release on Windows
-------------------+---------------------------
Reporter:  linga   |       Owner:
    Type:  defect  |      Status:  closed
Priority:  normal  |   Component:  build system
 Version:  0.7.1   |  Resolution:  invalid
Keywords:  0.7.1   |  Blocked By:
Blocking:          |  Reproduced:  0
Analyzed:  0       |
-------------------+---------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Issue 1 should be obvious: FFmpeg performance will be significantly lower
 if you don't have yasm installed at build time, so you have to explicitly
 confirm that you want such a build.

 Issue 2: pthreads get auto-detected if they are installed (they come with
 the default mingw installation), you have to provide the missing dll for
 such a build (copy /mingw/bin/pthreadGC2.dll into the same directory as
 ffmpeg.exe), if you want to build without pthreads, pass --enable-
 w32threads to configure.

-- 
Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/345#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list