ERROR: libmp3lame >= 3.98.3 not found
hello i try all methods but it still show error ERROR: libmp3lame >= 3.98.3 not found PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ --prefix="$HOME/ffmpeg_build" \ --pkg-config-flags="--static" \ --extra-cflags="-I$HOME/ffmpeg_build/include" \ --extra-ldflags="-L$HOME/ffmpeg_build/lib" \ --extra-libs=-lpthread \ --bindir="$HOME/bin" \ --enable-gpl \ --enable-libmp3lame \ --enable-libx264 \ --enable-nonfree
On Fri, Dec 01, 2017 at 09:01:43 +0530, geet fm wrote:
ERROR: libmp3lame >= 3.98.3 not found [...] --extra-libs=-lpthread \
This should be "-lpthreads" I believe. (It may not matter.) If that doesn't help, please try "-lpthreads -lm": http://ffmpeg.org/pipermail/ffmpeg-user/2017-October/037538.html Moritz
participants (2)
-
geet fm -
Moritz Barsnick