[FFmpeg-trac] #2363(avutil:new): Default mingw32 compilation is broken by atomic

FFmpeg trac at avcodec.org
Sat Apr 6 12:23:03 CEST 2013


#2363: Default mingw32 compilation is broken by atomic
----------------------------------------+----------------------------------
             Reporter:  cehoyos         |                    Owner:
                 Type:  defect          |                   Status:  new
             Priority:  important       |                Component:  avutil
              Version:  git-master      |               Resolution:
             Keywords:  win regression  |               Blocked By:
             Blocking:                  |  Reproduced by developer:  0
Analyzed by developer:  0               |
----------------------------------------+----------------------------------

Comment (by cehoyos):

 Work-around is to specify a value for --cpu: i486, i686, core2, corei7,
 corei7-avx and atom all work fine.
 {{{
 $ ./configure --cpu=corei7-avx
 ...
 $ grep W32THREADS config.h
 #define HAVE_W32THREADS 1
 $ make libavutil/atomic.o
 CC      libavutil/atomic.o
 $
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2363#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list