[FFmpeg-cvslog] Fix make checkheaders if VDA is not available.

Carl Eugen Hoyos git at videolan.org
Thu May 15 19:10:10 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu May 15 19:09:36 2014 +0200| [beeb7551d6ab44bc6a1125e6d537508bff3694fc] | committer: Carl Eugen Hoyos

Fix make checkheaders if VDA is not available.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=beeb7551d6ab44bc6a1125e6d537508bff3694fc
---

 libavcodec/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 693eb26..f1690a8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -834,7 +834,7 @@ SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER)  += libschroedinger.h
 SKIPHEADERS-$(CONFIG_LIBUTVIDEO)       += libutvideo.h
 SKIPHEADERS-$(CONFIG_XVMC)             += 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 = cabac                                                       \



More information about the ffmpeg-cvslog mailing list