[FFmpeg-cvslog] avcodec/vdpau: include attributes.h, needed for attribute_deprecated

Michael Niedermayer git at videolan.org
Tue Aug 6 14:50:12 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Aug  6 14:49:03 2013 +0200| [318d7a963871df1eaf19acff64cb0e5633553cf4] | committer: Michael Niedermayer

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

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

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

 libavcodec/vdpau.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index b8d0fdd..08116bf 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -52,6 +52,7 @@
 #include <vdpau/vdpau.h>
 #include <vdpau/vdpau_x11.h>
 #include "libavutil/avconfig.h"
+#include "libavutil/attributes.h"
 
 #ifndef FF_API_CAP_VDPAU
 #define FF_API_CAP_VDPAU 1



More information about the ffmpeg-cvslog mailing list