[FFmpeg-trac] #7642(undetermined:new): Linker error in MSVC with --disable-everything

FFmpeg trac at avcodec.org
Sat Dec 29 15:17:23 EET 2018


#7642: Linker error in MSVC with --disable-everything
-------------------------------------+-------------------------------------
             Reporter:  thecycoone   |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 For several years I have been compiling a minimal (smacker only) version
 of ffmpeg for packaging with CorsixTH (an open source game
 implementation.)

 I use vcpkg with a custom portfile to compile ffmpeg. Since updating from
 3.3.5 to 4.1 my minimal compile is working; but the regular compile still
 works.

 How to reproduce:
 {{{
 ./configure --toolchain=msvc --prefix=../../buildtrees/ffmpeg/src
 --enable-asm --enable-yasm --disable-doc --enable-debug --disable-ffmpeg
 --enable-runtime-cpudetect --disable-openssl --disable-ffplay --disable-
 ffprobe --disable-libx264 --disable-opencl --disable-lzma --extra-
 cflags=-DHAVE_UNISTD_H=0 --disable-static --enable-shared  --extra-
 cflags=-MD --extra-cxxflags=-MD
 make -j6
 }}}

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


More information about the FFmpeg-trac mailing list