From 2fe3b14db41d99f0211e909796da3f18d23b382d Mon Sep 17 00:00:00 2001 From: jojo61 Date: Mon, 5 Nov 2018 10:42:33 +0100 Subject: [PATCH] placebo fix --- video.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/video.c b/video.c index c8650d0..5fc17c7 100644 --- a/video.c +++ b/video.c @@ -1561,11 +1561,13 @@ static void AutoCropDetect(AutoCropCtx * autocrop, int width, int height, #ifdef USE_CUVID +#ifdef PLACEBO struct ext_buf { int fd; CUexternalMemory mem; CUdeviceptr buf; }; +#endif /// /// CUVID decoder