[FFmpeg-trac] #8658(build system:new): Problems with MSYS2 FFmpeg Environment Setup

FFmpeg trac at avcodec.org
Thu May 7 18:16:20 EEST 2020


#8658: Problems with MSYS2 FFmpeg Environment Setup
-------------------------------------+-------------------------------------
             Reporter:  tbicim       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  build        |                  Version:
  system                             |  unspecified
             Keywords:  MSYS2 ,VS    |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 When I run msys2_shell from the vs prompt cl and armasm points to correct
 locations however link doesn't.
 How to reproduce:
 {{{
 open visual studio 2015 command prompt
 run msys2_shell.bat to open msys command prompt
 run which cl
 run which link
 run which armasm
 }}}
 Result:
 {{{
 $ which cl
 /c/Program Files (x86)/Microsoft Visual Studio 14.0/VC/BIN/x86_ARM/cl

 $ which link
 /usr/bin/link

 $ which armasm
 /c/Program Files (x86)/Microsoft Visual Studio 14.0/VC/BIN/x86_ARM/armasm
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8658>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list