[FFmpeg-cvslog] vda: fix make checkheaders.

Sebastien Zwickert git at videolan.org
Tue Aug 14 14:21:19 CEST 2012


ffmpeg | branch: master | Sebastien Zwickert <dilaroga at gmail.com> | Tue Aug 14 10:28:22 2012 +0200| [0e05908c954ff64ef2fcb2a97ed083bc285282c1] | committer: Michael Niedermayer

vda: fix make checkheaders.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 34e4cc3..aded4f4 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -795,6 +795,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.h
 SKIPHEADERS-$(CONFIG_VDPAU)            += vdpau.h
 SKIPHEADERS-$(HAVE_OS2THREADS)         += os2threads.h
 SKIPHEADERS-$(HAVE_W32THREADS)         += w32pthreads.h



More information about the ffmpeg-cvslog mailing list