diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-10 02:41:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-10 02:41:24 +0200 |
commit | 1bda0ee5305598f6658d3e49bdca2dd9f78a0ba4 (patch) | |
tree | d262c5b866cc4943cc0966a8c28e89b2ef8ff239 /libavutil/hwcontext_vdpau.c | |
parent | ed2112fb36d7407d960b4f44475a700a7c44344c (diff) | |
download | ffmpeg-1bda0ee5305598f6658d3e49bdca2dd9f78a0ba4.tar.gz |
avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefined
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil/hwcontext_vdpau.c')
-rw-r--r-- | libavutil/hwcontext_vdpau.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hwcontext_vdpau.c b/libavutil/hwcontext_vdpau.c index 2b0fad314c..49c44fed0d 100644 --- a/libavutil/hwcontext_vdpau.c +++ b/libavutil/hwcontext_vdpau.c @@ -160,6 +160,7 @@ do { return 0; } +#undef GET_CALLBACK static void vdpau_device_uninit(AVHWDeviceContext *ctx) { |