[chromium-dev] Re: Clobber third_party/ffmpeg/binaries before syncing

2009-07-07 Thread Erik Kay
With a gclient sync this morning, it seems very confused about ffmpeg/binaries. First the sync failed saying that ffmpeg/binaries was from a different repository. Then I removed the directory and did a sync where it pulled down ffmpeg/binaries again and told me that ffmpeg/binaries was no longer

[chromium-dev] Re: Clobber third_party/ffmpeg/binaries before syncing

2009-07-07 Thread Nicolas Sylvain
On Tue, Jul 7, 2009 at 9:05 AM, Erik Kay erik...@chromium.org wrote: With a gclient sync this morning, it seems very confused about ffmpeg/binaries. First the sync failed saying that ffmpeg/binaries was from a different repository. Then I removed the directory and did a sync where it pulled

[chromium-dev] Re: Clobber third_party/ffmpeg/binaries before syncing

2009-07-07 Thread Darin Fisher
Apologies... you tickled one of the edge cases that gclient doesn't handle well. Patches welcome! http://code.google.com/p/gclient/ -Darin On Mon, Jul 6, 2009 at 1:49 PM, Andrew Scherkus scher...@chromium.orgwrote: I just checked in a Chromium-specific version of FFmpeg that only includes

[chromium-dev] Re: Clobber third_party/ffmpeg/binaries before syncing

2009-07-06 Thread Evan Martin
On Mon, Jul 6, 2009 at 2:02 PM, Andrew Scherkusscher...@chromium.org wrote: On Mon, Jul 6, 2009 at 1:54 PM, Evan Martin e...@chromium.org wrote: 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

[chromium-dev] Re: Clobber third_party/ffmpeg/binaries before syncing

2009-07-06 Thread Evan Martin
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

[chromium-dev] Re: Clobber third_party/ffmpeg/binaries before syncing

2009-07-06 Thread Dirk Pranke
On Mon, Jul 6, 2009 at 1:49 PM, Andrew Scherkusscher...@chromium.org 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

[chromium-dev] Re: Clobber third_party/ffmpeg/binaries before syncing

2009-07-06 Thread Andrew Scherkus
On Mon, Jul 6, 2009 at 1:54 PM, Evan Martin e...@chromium.org wrote: 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