[FFmpeg-cvslog] r16618 - in trunk/libavutil: common.h internal.h timer.h
Aurelien Jacobs
aurel
Fri Jan 16 01:09:51 CET 2009
M?ns Rullg?rd wrote:
> aurel <subversion at mplayerhq.hu> writes:
>
> > Modified: trunk/libavutil/internal.h
> > ==============================================================================
> > --- trunk/libavutil/internal.h Thu Jan 15 15:07:59 2009 (r16617)
> > +++ trunk/libavutil/internal.h Thu Jan 15 23:58:35 2009 (r16618)
> > @@ -34,6 +34,7 @@
> > #include <stddef.h>
> > #include <assert.h>
> > #include "common.h"
> > +#include "timer.h"
>
> Maybe we should drop this and include timer.h directly where it's
> needed.
I don't care much, but it's quite handy to be able to add START/STOP_TIMER
anywhere without caring about #include.
Anyway, feel free to change this if others agree.
Aurel
More information about the ffmpeg-cvslog
mailing list