summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-06 14:36:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-06 14:48:54 +0200
commit66056f74a1e9c1baa910841e0c966cb3b74f0634 (patch)
tree3878d03ea5bac802ab8e6e7f67a7330d9131e64e /libavcodec/vdpau.h
parent9547e3eef36921f9937d7154048fd5eafe8d45fb (diff)
avcodec/vdpau.h: define FF_API_BUFS_VDPAU if its not defined
Similar to 50fb8c1114b9c2b7d299cbc17a18a457d12069a8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vdpau.h')
-rw-r--r--libavcodec/vdpau.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index 9d3128eb49..b8d0fdd7d8 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -56,6 +56,9 @@
#ifndef FF_API_CAP_VDPAU
#define FF_API_CAP_VDPAU 1
#endif
+#ifndef FF_API_BUFS_VDPAU
+#define FF_API_BUFS_VDPAU 1
+#endif
#if FF_API_BUFS_VDPAU
union AVVDPAUPictureInfo {