Gentoo Archives: gentoo-amd64

From: David Fellows <fellows@×××.ca>
To: gentoo-amd64@l.g.o, Xi Shen <davidshen84@××××××××××.com>
Subject: Re: [gentoo-amd64] [gentoo-user] ffmpeg-0.5-r1 cannot find libfaad.so.1 when faad USE flag enable
Date: Sat, 24 Oct 2009 11:19:17
Message-Id: 200910241119.n9OBJ8WN022361@mailserv.unb.ca
In Reply to: [gentoo-amd64] [gentoo-user] ffmpeg-0.5-r1 cannot find libfaad.so.1 when faad USE flag enable by Xi Shen
1 On Sat, 24 Oct 2009 12:45:52 +0800
2 Xi Shen wrote -
3 > hi,
4 >
5 > i am using gentoo x64, just have ffmpeg emerged, and successfully
6 > emerged -u world. but when i ran ffmpeg -formats, i got a error
7 > message saying that the libfaad.so.1 cannot be found. i check my
8 > system, and i only have faad2 emerged. actually, the whole portage
9 > tree does not have something like faad1. what lib should i emerge to
10 > fix this?
11 >
12 > currently, i created a symlink from libfaad.so.1 to libfaad.so.2.0.0,
13 > and it *looks* like working.
14 >
15
16 Remove the symlink and run revdep-rebuild -p to see what needs to be re-emerged
17 to link against new libraries. ffmpeg should be in the list.
18
19 Then run revdep-rebuild without the -p
20
21 Dave F