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

FFmpeg trac at avcodec.org
Tue Jul 17 09:17:50 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 chinshou):

 executing pkg-config --libs libmodplug  add -L/usr/darwin32/lib -lmodplug
 for the link parameters but without -lstdc++

 it seems -lstdc++ defined in the Libs.private section not in the Libs
 section of the libmodplug.pc

 prefix=/usr/darwin32
 exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include

 Name: libmodplug
 Description: The ModPlug mod file playing library.
 Version: 0.8.8.4
 Requires:
 Libs: -L${libdir} -lmodplug
 Libs.private: -lstdc++ -lm
 Cflags: -I${includedir} -I${includedir}/libmodplug

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


More information about the FFmpeg-trac mailing list