On Saturday, April 02, 2011 07:02:54 AM Paweł Hajdan, Jr. wrote: > On 3/31/11 9:37 AM, Tomáš Chvátal wrote: > > Ok two versioned virtuals (0.5 0.6) are now in the tree if people need > > to specify the version. > > Thank you, but it's still not enough for chromium. The virtual uses > > >=ffmpeg-0.6, and chromium is known to be broken with <ffmpeg-0.6_p25767. > > We need to require >=ffmpeg-0.6_p25767, not just 0.6. > > By the way, I still didn't have time to test with libav, but it seems > that it's expected to be compatible.
iirc, this dep in chromium is due to the need for libavcore, but this lib has been merged back to libavutil in latest snapshots (and thus chromium fails to build); if chromium goes back to look for the functions in libavutil, you may have chances to be compatible with 0.6 A.
