diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-15 19:09:36 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-15 19:09:36 +0200 |
commit | beeb7551d6ab44bc6a1125e6d537508bff3694fc (patch) | |
tree | f74d9cf77fe522577ac69d52ac83e05cbf96abe4 /libavcodec | |
parent | ffa05e0802fd77043b5d1b1aef4aa6caee2b9291 (diff) | |
download | ffmpeg-beeb7551d6ab44bc6a1125e6d537508bff3694fc.tar.gz |
Fix make checkheaders if VDA is not available.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
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 \ |