[FFmpeg-cvslog] check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)
Janne Grunau
git at videolan.org
Tue May 20 03:30:51 CEST 2014
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Thu May 15 17:57:16 2014 +0200| [132a5711a2aaaa6c7d139a0a30046a6ad41b64aa] | committer: Janne Grunau
check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=132a5711a2aaaa6c7d139a0a30046a6ad41b64aa
---
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 \
More information about the ffmpeg-cvslog
mailing list