At the end /tmp/ffconf.QPyKsvYV/test.c:1:23: error: lame/lame.h: No such file or directory
you probably need to set CPATH to your include dir and LIBRARY_PATH to your lib dir ref: https://github.com/rdp/ffmpeg-windows-build-helpers/blob/master/cross_compile_ffmpeg.sh#L2140 GL! On Fri, Jul 20, 2018 at 3:55 AM, 盛金鹿 <[email protected]> wrote: > HI: > > 1.I can’t use root to install it. > > 2.I install lame not in "/user/local/lib" and to other directory. > for example:/app/user/lame > then I setting PATH and LD_LIBRARY_PATH > export LASM_HOME=/app/user/lame > export PATH=$PATH:$LASM_HOME/bin > > > export LD_LIBRARY_PATH=$LASM_HOME/bin:$LD_LIBRARY_PATH > In .bash_profile > 3. When I run commond > ./configure --prefix=/app/user/ffmpeg --enable-shared --enable-libmp3lame > That has error :ERROR: libmp3lame >= 3.98.3 not found If you think configure > made a mistake, make sure you are using the latest version from Git. If the > latest version fails, report the problem to the [email protected] > mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file > "ffbuild/config.log" produced by configure as this will help solve the > problem. > > I hope you can help me. > > > Thanks! > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
