[FFmpeg-trac] #4920(build system:new): configure option --yasmexe does not work as described for nasm

FFmpeg trac at avcodec.org
Fri Oct 9 13:13:35 CEST 2015


#4920: configure option --yasmexe does not work as described for nasm
-------------------------------------+-------------------------------------
               Reporter:  cehoyos    |                  Owner:
                   Type:  defect     |                 Status:  new
               Priority:  normal     |              Component:  build
                Version:  git-       |  system
  master                             |               Keywords:  nasm
             Blocked By:             |               Blocking:
Reproduced by developer:  0          |  Analyzed by developer:  0
-------------------------------------+-------------------------------------
 The commit message for 72b33eade1dbe599e261ca6a819a7ce9f6c2c165 says that
 {{{--yasmexe}}} allows ''to select the [...] path of the tool for
 compiling the non-inline assembly code''. Unfortunately this does not work
 for nasm (it works for yasm):
 {{{
 $ ./configure --yasmexe=../nasm-2.11.09rc1/nasm

 ...

 $ grep YASM config.mak
 YASM=nasm
 DEPYASM=nasm
 YASMFLAGS=-f elf64  -g -F dwarf
 HAVE_YASM=yes
 }}}

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


More information about the FFmpeg-trac mailing list