From 1bda0ee5305598f6658d3e49bdca2dd9f78a0ba4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 10 Oct 2016 02:41:24 +0200 Subject: [PATCH] avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefined Signed-off-by: Michael Niedermayer --- libavutil/hwcontext_vdpau.c | 1 + 1 file changed, 1 insertion(+) 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) {