ffmpeg: symbol lookup error: ffmpeg: undefined symbol: avformat_alloc_context
I wanted to post this so others can use it for future reference.
This is the error from running ffmpeg:
ffmpeg: symbol lookup error: ffmpeg: undefined symbol: avformat_alloc_context
On OpenSUSE 11.0 I had this error and it was caused by a conflicting library that YaST somehow allowed without warning.
I had to uninstall the libffmpeg0 package.
After that my ffmpeg (ffmpeg-0.5.0.19251-1.1) works fine.
|