[FFmpeg-soc] Tips From The Hardened FFmpeg Veterans

Robert Swain robert.swain at gmail.com
Wed May 7 01:15:51 CEST 2008


2008/5/6 Mike Melanson <mike at multimedia.cx>:
> Diego Biurrun wrote:
>  > On Tue, May 06, 2008 at 03:23:19PM -0700, Mike Melanson wrote:
>  >> And if you're never sure about this, use ccache. It's as
>  >> easy as ' ./configure --cc="ccache gcc" '.
>  >
>  > Or just make cc/gcc be a link to ccache.  Then it is 100% transparent.
>
>  Not ergonomic if you have a dozen different compilers installed. :) But
>  I know I'm a pathological case all around.

Also, you might not want to cache everything you compile, just things
you compile regularly. Using --cc="ccache gcc" is more appropriate for
this purpose. Otherwise you're eating hard disc space for no good
reason.

Rob



More information about the FFmpeg-soc mailing list