"Ronald S. Bultje" <[email protected]> writes: > Hi, > > On Wed, Jun 20, 2012 at 10:16 AM, Måns Rullgård <[email protected]> wrote: >> Kostya Shishkov <[email protected]> writes: >> >>> On Wed, Jun 20, 2012 at 06:08:05PM +0100, Måns Rullgård wrote: >>>> "Ronald S. Bultje" <[email protected]> writes: >>>> >>>> > Hi, >>>> > >>>> > On Tue, Jun 19, 2012 at 6:17 PM, Mans Rullgard <[email protected]> wrote: >>>> >> +#elif HAVE_GETSYSTEMTIMEASFILETIME >>>> >> +#include <windows.h> >>>> > >>>> > Do we care about the #define WIN32_LEAN_AND_MEAN 1 fairytales? >>>> >>>> I'm not familiar with those. >>> >>> The idea is that this include by default is more bloated than Gnome >>> libraries and this define makes it to include only substantial things. >> >> Does it affect the generated object files or just compile time? > > Just compile time. It can be added to CFLAGS also.
Do we need anything that is disabled by this? If not, setting in CFLAGS is probably the cleanest. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
