How to , and other stuff about linux, photo, php … A linux, photography blog. To remember some linux situation, and fix them quickly.

January 13, 2014

Centos 6 ffmpeg libopencore amrnb dev centos

Filed under: Linux — Tags: , , — admin @ 5:48 pm

Well today I was trying to install ffmpeg on centos 6.5.
The problem was that i was having this problem .
ERROR: libopencore_amrnb not found

I was trying yum search *amrnb* and yum search libopencore , but without results.

The solution is
yum install amrnb-devel amrwb-devel
You have to have dag repository installed.

May 21, 2012

Error “Xext not found”

Filed under: Linux — Tags: , , , , — admin @ 3:01 pm

Well today I was trying to upgrade a ffmpeg on a server with libspeex / x264 / faac / librtpm .
Everything was ok until I have this error
Error “Xext not found”
So how to fix this ?
yum install libXext-devel
is the solution for this problem.

After this I encountered another problem
ERROR: Xfixes not found
the fix for this is
yum install libXfixes-devel
This fixex are for Centos

Powered by WordPress