I have been trying repeatedly to install libav in Centos 7 using the
following commands:

 

curl "http://git.libav.org/?p=libav.git;a=snapshot;h=HEAD;sf=tgz"; | tar zxv
cd libav-HEAD-*
./configure --enable-libx264 --enable-libfaac --enable-libmp3lame
--enable-gpl --enable-nonfree --enable-libvpx --enable-libvorbis

 

I have tried on different Centos 7 machines and always get this error:

 

ERROR: x264 not found

 

If you think configure made a mistake...

[email protected] <mailto:[email protected]> 

 

(Detail)

Package x264 was not found in the pkg-config search path.

Perhaps you should add the directory containing 'x264.pc" to the
PKG_CONFIG_PATH environment variable

No package 'x264' found

ERROR: x264 not found

 

However, I have installed the x264 using two different methods - and still
get the same results.  These are the two methods I have used to install
x264.

 

wget ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2
tar jxvf last_x264.tar.bz2
cd x264-snapshot-*
./configure --enable-shared --prefix=/usr
make
sudo make install
x264 --version
ldconfig
cd ..

 

and ---

git clone git://git.videolan.org/x264.git
cd x264
./configure --enable-static --enable-shared
make
make install
ldconfig

Any ideas what could be wrong?

 

Todd Leishman

 

_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to