On 19/10/2011 14:26, Diego Biurrun wrote: > This fixes 'make checkheaders' on non-W32THREADS systems. > --- > libavcodec/Makefile | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index a566df2..c47424e 100644 > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -670,6 +670,7 @@ SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += > libschroedinger.h > SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h > SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h > SKIPHEADERS-$(CONFIG_XVMC) += xvmc.h > +SKIPHEADERS-$(HAVE_W32THREADS) += w32pthreads.h > > EXAMPLES = api
Ok -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
