Commit d5d6b8e2 authored by Dale Curtis's avatar Dale Curtis Committed by Michael Niedermayer

Fix compilation error around struct visibility when VDPAU disabled.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 80ee2dfc
...@@ -75,6 +75,8 @@ struct vdpau_picture_context { ...@@ -75,6 +75,8 @@ struct vdpau_picture_context {
*/ */
VdpBitstreamBuffer *bitstream_buffers; VdpBitstreamBuffer *bitstream_buffers;
}; };
#else
struct vdpau_picture_context;
#endif #endif
int ff_vdpau_common_start_frame(struct vdpau_picture_context *pic, int ff_vdpau_common_start_frame(struct vdpau_picture_context *pic,
......
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