diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-03-31 09:18:00 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-03-31 09:18:00 +0000 |
commit | cafe71c62d87955172dd6d8fcb277988f00e92e2 (patch) | |
tree | 988f51390704e49e5dded7ebcafbe81fb79ea288 /libavcodec/vaapi.h | |
parent | 0de74546d7839b305b5c60653eabf65c9418c7b3 (diff) | |
download | ffmpeg-cafe71c62d87955172dd6d8fcb277988f00e92e2.tar.gz |
Remove inclusion of va.h, not needed anymore after r18256.
Originally committed as revision 18258 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vaapi.h')
-rw-r--r-- | libavcodec/vaapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vaapi.h b/libavcodec/vaapi.h index 0c057ceeb2..07568a47fc 100644 --- a/libavcodec/vaapi.h +++ b/libavcodec/vaapi.h @@ -25,7 +25,6 @@ #define AVCODEC_VAAPI_H #include <stdint.h> -#include <va/va.h> /** * \defgroup VAAPI_Decoding VA API Decoding |