[FFmpeg-trac] #1539(avcodec:new): ModPlug compile bug

FFmpeg trac at avcodec.org
Tue Jul 17 10:37:40 CEST 2012


#1539: ModPlug compile bug
-------------------------------------+-----------------------------------
             Reporter:  chinshou     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avcodec
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by ubitux):

 AFAICT, the external libraries should not be linked statically (the
 default --enable-static switch enable static linking of libav* libraries),
 so libmodplug, as well as other external libraries will be linked
 dynamically.

 Adding --static to the pkg-config call will add a lot of libraries
 dependencies where it is not required.

 Are you trying to make a full static build? Again, what is your full
 configure line?

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1539#comment:5>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list