summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-05-15 19:09:36 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-05-15 19:09:36 +0200
commitbeeb7551d6ab44bc6a1125e6d537508bff3694fc (patch)
treef74d9cf77fe522577ac69d52ac83e05cbf96abe4
parentffa05e0802fd77043b5d1b1aef4aa6caee2b9291 (diff)
Fix make checkheaders if VDA is not available.
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 693eb2651d..f1690a82ed 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 \