From 49db402de6fcb0c213166ae52e7ddbf798b2ca03 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Sun, 2 Feb 2020 13:28:36 +0100 Subject: [PATCH] Fix in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fe2fb7..84b3034 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ CUVID ?= 1 # if you enable DRM then the plugin will only run without X server # only valid for VAAPI # does not work with libplacebo -DRM= ?= 0 +DRM ?= 0 # use libplacebo - available for both decoders but not for DRM