Commit f3458a56 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/vdpau: try to fix version macro use

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9e5ef1c5
......@@ -53,13 +53,7 @@
#include <vdpau/vdpau_x11.h>
#include "libavutil/avconfig.h"
#include "libavutil/attributes.h"
#ifndef FF_API_CAP_VDPAU
#define FF_API_CAP_VDPAU 1
#endif
#ifndef FF_API_BUFS_VDPAU
#define FF_API_BUFS_VDPAU 1
#endif
#include "version.h"
#if FF_API_BUFS_VDPAU
union AVVDPAUPictureInfo {
......
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