third_party/ffmpeg/binaries is an extra 6mb of download for our source checkout, even on platforms that can't use these binaries. If you multiply by 3 for Mac/Linux it'll become 18mb.
In the past we've used conditional DEPS entries to pull these depending on platform. (See the references to cygwin in src/DEPS, for example.) Does that make sense here? On Mon, Jul 6, 2009 at 1:49 PM, Andrew Scherkus<[email protected]> wrote: > I just checked in a Chromium-specific version of FFmpeg that only includes > Ogg+Theora+Vorbis support. > If you previously had any binaries located in third_party/ffmpeg/binaries, > you may have to clobber that entire directory and force sync: > rm -rf third_party/ffmpeg/binaries > svn co third_party/ffmpeg/binaries > gclient sync --force > Andrew > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
