On 10/10/14 03:56, Todd Leishman wrote:
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.


Check that

- /usr/lib64/pkgconfig/x264.pc exists
- pkgconf or pkg-config look at the path you installed the x264.pc

possibly you have it in /usr/local/lib64/pkgconfig/ and that path is not in the PKG_CONFIG_PATH.

lu

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

Reply via email to