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.