Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350431 - Feature request: Implement bundled-ffpmeg USE flag in www-client/chromium
Summary: Feature request: Implement bundled-ffpmeg USE flag in www-client/chromium
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-03 06:42 UTC by Richard
Modified: 2011-01-04 06:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard 2011-01-03 06:42:19 UTC
At present, Chromium installs without libffmpegsumo.so as per Gentoo's policies against bundled libraries.

Chromium bundles ffmpeg-mt, which is a multithreaded version of ffmpeg. People on systems using multicore systems might prefer the bundled version for performance reasons.

http://spectralhole.blogspot.com/2010/08/why-you-dont-want-to-build-you-chromium.html

Could a bundled-ffmpeg use flag could be introduced so that people can decide whether or not they want to use the bundled library?
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-01-04 06:37:44 UTC
I don't think it's a good idea. The points below roughly correspond to the points from the cited blog post.

1. Is there more data than a claim ffmpeg-mt is "much faster"? I'd like to see examples of files and some benchmarks. It is worth noting though that the post author was an FFmpeg developer.

2. I'd like to encourage the Chromium team to get all patches submitted and landed upstream. When people just accept the status quo there are much less incentives to do that.

3. That's not a problem for Gentoo. We can solve it by adjusting dependencies, and if it gets really bad we just switch back to bundled ffmpeg (and then h.264 support is missing, etc, etc).