Le vendredi 11 janvier 2013 21:51:20, Diego Biurrun a écrit : > On Fri, Jan 11, 2013 at 08:33:18PM +0200, Rémi Denis-Courmont wrote: > > --- a/libavcodec/Makefile > > +++ b/libavcodec/Makefile > > @@ -672,7 +672,7 @@ SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += > > libschroedinger.h > > > > SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h > > SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h > > SKIPHEADERS-$(CONFIG_VDA) += vda.h > > > > -SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h > > +SKIPHEADERS-$(CONFIG_VDPAU) += vdpau_internal.h > > > > SKIPHEADERS-$(HAVE_W32THREADS) += w32pthreads.h > > This is wrong. vdpau.h is the header with the vdpau/vdpau.h #include > that is not available on all systems. This line tells the checkheaders > target not to compile vdpau.h on systems that lack vdpau/vdpau.h as > that would fail.
OK, then drop that patch. -- Rémi Denis-Courmont http://www.remlab.net/ _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
