[SCM] libav/experimental: Add required va/va.h header, should fix 'make checkheaders'.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:42:53 UTC 2013


The following commit has been merged in the experimental branch:
commit 7f7b04af38cdc064dfdd2670c5d83865dfecceea
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Mar 30 15:36:59 2009 +0000

    Add required va/va.h header, should fix 'make checkheaders'.
    
    Originally committed as revision 18249 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vaapi.h b/libavcodec/vaapi.h
index d620662..4161a66 100644
--- a/libavcodec/vaapi.h
+++ b/libavcodec/vaapi.h
@@ -25,6 +25,7 @@
 #define AVCODEC_VAAPI_H
 
 #include <stdint.h>
+#include <va/va.h>
 
 /**
  * \defgroup VAAPI_Decoding VA API Decoding

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list