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

FFmpeg trac at avcodec.org
Sun Dec 30 19:48:10 EET 2018


#7642: Linker error in MSVC with --disable-everything --enable-shared
-------------------------------------+-------------------------------------
             Reporter:  thecycoone   |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Please test this patch:
 {{{
 diff --git a/configure b/configure
 index 04d3417..a636939 100755
 --- a/configure
 +++ b/configure
 @@ -3527,7 +3527,7 @@ cws2fws_extralibs="zlib_extralibs"

  # libraries, in any order
  avcodec_deps="avutil"
 -avcodec_suggest="libm"
 +avcodec_suggest="libm ole32"
  avcodec_select="null_bsf"
  avdevice_deps="avformat avcodec avutil"
  avdevice_suggest="libm"
 @@ -3554,7 +3554,7 @@ ffmpeg_deps="avcodec avfilter avformat"
  ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter
                 null_filter
                 trim_filter"
 -ffmpeg_suggest="ole32 psapi shell32"
 +ffmpeg_suggest="psapi shell32"
  ffplay_deps="avcodec avformat swscale swresample sdl2"
  ffplay_select="rdft crop_filter transpose_filter hflip_filter
 vflip_filter rotate_filter"
  ffplay_suggest="shell32"
 }}}

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


More information about the FFmpeg-trac mailing list