--- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a4eebb8..ca18900 100644 --- 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 EXAMPLES = api -- 1.7.10.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
