[Libav-user] Windows compile can't find LAME

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Jul 12 04:15:55 EEST 2018


2018-07-12 2:49 GMT+02:00, Jeremy Gregorio
<gunvalkyrie-at-yahoo.com at ffmpeg.org>:
>  Thanks, figured it out after you pointed me towards the config file.
> Visual Studio uses different syntax for linker files, so I needed to do
> this:
>  ./configure --toolchain=msvc   --enable-gpl
> --extra-ldflags=-LIBPATH:/usr/lib --extra-cflags=-I/usr/include/lame
> --extra-cflags=-I/usr/local/include/
> --extra-cflags=-I/usr/local/include/lame --host-ldflags=-LIBPATH:/user/lib
> --extra-ldflags=-LIBPATH:/usr/local/lib --enable-libmp3lame

These should be unneeded:
--extra-cflags=-I/usr/include/lame
--extra-cflags=-I/usr/local/include/lame

Do not top-post here!

Carl Eugen


More information about the Libav-user mailing list