]> git.sesse.net Git - ffmpeg/commitdiff
Add required va/va.h header, should fix 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Mon, 30 Mar 2009 15:36:59 +0000 (15:36 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 30 Mar 2009 15:36:59 +0000 (15:36 +0000)
Originally committed as revision 18249 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vaapi.h

index d62066281e3541998516ae0db30e6fdff6e6f574..4161a667a5d1ae84c4b10d43aafb3811744514d8 100644 (file)
@@ -25,6 +25,7 @@
 #define AVCODEC_VAAPI_H
 
 #include <stdint.h>
+#include <va/va.h>
 
 /**
  * \defgroup VAAPI_Decoding VA API Decoding