Skip to content
  • Konstantin Pavlov's avatar
    contribs: ffmpeg: work around the ffmpeg configure check for libmp3lame. · d58a6450
    Konstantin Pavlov authored
    On Linux, libmp3lame.a requires -lm to be linked as well.  Now this
    library does not have a pkg-config file, so there are not many options
    to fix it.  One option is to pass extra-libs in our contrib system, and
    another one is fixing libav/ffmpeg configure to try and link libmath
    during the check.  Both are not good.
    d58a6450