| Summary: | chromium-9999 version 7.0.505.0_p57257: install failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | fkhp <fkhp101> |
| Component: | Current packages | Assignee: | Chromium Project <chromium> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
fkhp
2010-08-25 02:17:28 UTC
When compiling with -Duse_system_ffmpeg=1 you should symlink system ffmpeg libraries instead of trying to install ffmpegsumo_nolink. (In reply to comment #1) > When compiling with -Duse_system_ffmpeg=1 you should symlink system ffmpeg > libraries instead of trying to install ffmpegsumo_nolink. > thank you very much, after commented out these 2 lines in ebuild, it is compiled OK #doexe out/Release/ffmpegsumo_nolink || die #doexe out/Release/libffmpegsumo.so || die |