summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-13 21:19:55 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-18 23:34:11 +0200
commit3dba3b265c1cd7a3a11ecf05416235d2dfab95eb (patch)
tree0af840cfa4d84be1605786a96a198ef10e914409 /libavcodec
parent08ad9f9a78a2f5e8aa3223e5d9d12cb2278acd15 (diff)
lavc/vda: fix make checkheaders.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1143799cf2..22c594100c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -767,7 +767,7 @@ SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h
SKIPHEADERS-$(CONFIG_LIBUTVIDEO) += libutvideo.h
SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h
SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h
-SKIPHEADERS-$(CONFIG_VDA) += vda_internal.h
+SKIPHEADERS-$(CONFIG_VDA) += vda.h vda_internal.h
SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h
SKIPHEADERS-$(HAVE_OS2THREADS) += os2threads.h
SKIPHEADERS-$(HAVE_W32THREADS) += w32pthreads.h