Module: libav Branch: master Commit: 132a5711a2aaaa6c7d139a0a30046a6ad41b64aa
Author: Janne Grunau <[email protected]> Committer: Janne Grunau <[email protected]> Date: Thu May 15 17:57:16 2014 +0200 check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA) --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 60c3f32..66426d3 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -698,7 +698,7 @@ SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h 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_VDA) += vda.h vda_internal.h SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h TESTPROGS = dct \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
