[FFmpeg-user] error w configure ffmpeg
Jim Shupert
jshupert at pps-inc.com
Wed Feb 8 00:29:43 CET 2012
Friends,
I get the following error when i attempt to configure ffmpeg.
root at wisk:~/ffmpeg# ./configure --enable-gpl --enable-libfaac
--enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libtheora --enable-libvorbis
--enable-libx264 --enable-nonfree --enable-postproc --enable-version3
--enable-x11grab
ERROR: libx264 not found
i started with a
sudo apt-get x264 libx264-dev yasm
I know i have the latest ffmpeg& x264
in config.err i see
libx264='yes'
libx264_encoder='yes'
libx264_encoder_deps='libx264'
libxvid_encoder='yes'
libxvid_encoder_deps='libxvid'
a ./configure --help does show
--enable-libx264 enable H.264 encoding via x264 [no]
I have
looked in /etc/ld.so.conf and added the paths /usr/lib and /usr/local/lib
Then executed ldconfig:
and i have the same problem with --enable-libvpx
I had previously done a
git clonehttp://git.chromium.org/webm/libvpx.git
cd libvpx
./configure
make
sudo checkinstall --pkgname=libvpx --pkgversion="$(date +%Y%m%d%H%M)-git"
--backup=no \
--default --deldoc=yes
if i look in my usr/lib
i see a libx264.so.85
My Q is what is wrong w my x264& libvpx
thanks
jS
sys is ubuntu 10.4 32bit
More information about the ffmpeg-user
mailing list