[FFmpeg-trac] #9980(ffmpeg:new): Can'T build ffmpeg 64bits version

FFmpeg trac at avcodec.org
Wed Oct 19 16:26:03 EEST 2022


#9980: Can'T build ffmpeg 64bits version
--------------------------------+---------------------------------------
             Reporter:  jd750   |                     Type:  defect
               Status:  new     |                 Priority:  normal
            Component:  ffmpeg  |                  Version:  unspecified
             Keywords:  build   |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+---------------------------------------
 Summary of the bug:
 I'm trying to build ffmpeg, the 32 bits version is building fine but when
 I try to build the 64 bits version, the build stop and doesn't want to
 finish.

 I'm building on a windows10 machine using msys2 and msvc. The build block
 at this line: Creating library libavcodec/avcodec.lib and object
 libavcodec/avcodec.exp

 when I try to exist after waiting for a long time because the build does
 not proceed, I get this message:
 make: *** Deleting file 'libavcodec/avcodec-59.dll'
 make: unlink: libavcodec/avcodec-59.dll: Device or resource busy


 How to reproduce:
 Step 1
 ./configure --toolchain=msvc --target-os=win64 --arch=x86_64 --enable-
 shared --disable-static --prefix=./build64 --extra-
 ldflags="/SOURCELINK:sourcelink.json" --disable-mediafoundation

 Step 2
 make install -j8
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9980>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list