Jeremy <jeremy.do...@gmail.com> schrieb:
You should verify that you have /usr/local/lib (if libx264.so.119 is there)
in a file in /etc/ld.so.conf.d directory.
Then you should execute sudo ldconfig
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
Compile FFmpeg on CentOS 6.0
https://ffmpeg.org/trac/ffmpeg/wiki/CentosCompilationGuide
It's for FFmpeg, but you can easily substitute FFmbc.
Also, I recommend a simpler set of ./configure options. Ask yourself
if really need all of those (gsm, openjpeg, etc). For example,
--enable-runtime-cpudetect is generally used when compiling for other
machines or for a binary made for a distribution, I believe.
Next time make sure you don't have multiple versions of x264 installed
(including any (lib)x264-devel packages if those exist), and if you
install x264 as shared then you should do the same with ffmbc.
The problem with 3 is that you will have to do that for many other libraries.
See my mail below to fix all the libraries you have in /usr/local
- Create /etc/ld.so.conf.d/local.conf file
- Write /usr/local/lib in it
- execute ldconfig
You won't have to link in /usr/lib anymore
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org