compilation - redhat - compile ffmpeg - how to link with liblame/x264 when they're installed locally -


i've managed install ffmpeg, basic build using

./configure --disable-debug --disable-network --disable-ffserver --disable-ffplay --prefix=/export/home/userid/bin/ffmpeg 

now i've installed liblame , x264 /export/home/userid/bin , tried compile ffmpeg follows:

./configure --disable-debug --disable-network --disable-ffserver --disable-ffplay --prefix=/export/home/userid/bin/ffmpeg --enable-libmp3lame  --enable-libx264 --enable-gpl 

and error

error: libmp3lame not found 

how can tell configure things in /export/home/bin?

thanks

solved.

compile using --enable-cflags , --extra-ldflags


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -