Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-10-10 03:41:24 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-10 03:41:24 +0300
commit1bda0ee5305598f6658d3e49bdca2dd9f78a0ba4 (patch)
treed262c5b866cc4943cc0966a8c28e89b2ef8ff239 /libavutil/hwcontext_vdpau.c
parented2112fb36d7407d960b4f44475a700a7c44344c (diff)
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.c1
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)
{