From a05c54f3e3112a11b5326810a3e6e4bd4366c56c Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Sat, 9 Mar 2019 08:26:57 -0700 Subject: [PATCH] qsv: fix building without qsv when libdrm is not present Fixes https://github.com/HandBrake/HandBrake/issues/1960 --- libhb/ports.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libhb/ports.c b/libhb/ports.c index c9d2dcd11..936587bdc 100644 --- a/libhb/ports.c +++ b/libhb/ports.c @@ -70,7 +70,9 @@ #include #include #include +#ifdef USE_QSV #include +#endif #elif defined( SYS_OPENBSD ) #include #include -- 2.40.0