You are not logged in.

#1 2009-01-26 12:04:39

elflord
Member
From: France
Registered: 2008-11-09
Posts: 51

libavcodec.so and qt program problem

Hi i'm building applications with QtCreator
and after the last system updates which updates the shared library libavcodec.so.51 to libavcodec.so.52
my Qt program no longer works

i've seen people trying to make symbolic links like this:

ln -s /usr/lib/libavcodec.so.52 /usr/lib/libavcodec.so.51

is there any other way to force qt to use libavcodec.so.52 instead of 50 ?

thanks

Offline

#2 2009-01-26 12:20:33

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,563

Re: libavcodec.so and qt program problem

You application shouldn't be looking for a specific version of libavcodec if it doesn't need to. There should be other symlinks you can target - I think there's usually a plain libavcodec.so or something to that effec that's always there, and one that only changes with major revisions. Target one of them.

Offline

#3 2009-01-26 12:56:10

even
Member
From: Salvador, Bahia - Brazil
Registered: 2007-11-10
Posts: 29
Website

Re: libavcodec.so and qt program problem

You need recompile the software to use the new version of ffmpeg. It's happens with many softwares.

Offline

Board footer

Powered by FluxBB