On Dom, 2015-11-22 at 20:18 -0700, Michael wrote:
> On 11/22/2015 10:36 AM, Sérgio Basto wrote:
>> On Dom, 2015-11-22 at 08:18 -0700, Michael wrote:
>>> Hello,
>>>
>>> After a recent update to ffmpeg, I am getting this error:
>>>
>>> ffmpeg: error while loading shared libraries: libvo-aacenc.so.0:
>>> cannot
>>> open shared object file: No such file or directory
>>>
>>> I believe this should come from the vo-aacenc package, but I
>>> don't
>>> see
>>> it anywhere.
>>>
>>> Does anyone know where I can find this missing library/package?
>>>
>>> Here are the packages I have installed:
>>> ffmpeg-libs-2.8.2-2.fc23.x86_64
>>> ffmpeg-2.8.2-2.fc23.x86_64
>>> ffmpeg-compat-0.6.7-9.fc23.x86_64
>>> gstreamer-ffmpeg-0.10.13-15.fc22.x86_64
>>> ffmpeg-devel-2.8.2-2.fc23.x86_64
>>
http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/libvo-aacen
>> c.so.0
>>
>> This link indicates that can be from postinstaller
>> or home:/Kenzy:/packages/Fedora
>>
>>
> I think this is the first time I have encountered a package on
> rpmfusion
> that has dependencies from another location. Is there a reason for
> this?
no, it the opposite , libvo-aacenc.so.0 from whatever repo depends on
RPMFusion
But ffmpeg from rpmfusion depends on libvo-aacenc.so.0. Without it you
can't process many files. Since I only have Fedora + RPMfusion, that
is how I discovered it was missing.