Commit 318d7a96 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/vdpau: include attributes.h, needed for attribute_deprecated

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 66056f74
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
#include <vdpau/vdpau.h> #include <vdpau/vdpau.h>
#include <vdpau/vdpau_x11.h> #include <vdpau/vdpau_x11.h>
#include "libavutil/avconfig.h" #include "libavutil/avconfig.h"
#include "libavutil/attributes.h"
#ifndef FF_API_CAP_VDPAU #ifndef FF_API_CAP_VDPAU
#define FF_API_CAP_VDPAU 1 #define FF_API_CAP_VDPAU 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment