From 5b032ade228b8a2b1067b85179d8e21547846d10 Mon Sep 17 00:00:00 2001 From: Kamal Ahmad Date: Tue, 6 Nov 2018 23:44:06 +0500 Subject: [PATCH] Add libdrm to list of build options --- sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/build.rs b/sys/build.rs index 827708f..b7bcee6 100644 --- a/sys/build.rs +++ b/sys/build.rs @@ -217,7 +217,7 @@ fn build() -> io::Result<()> { enable!(configure, "BUILD_LIB_X265", "libx265"); enable!(configure, "BUILD_LIB_AVS", "libavs"); enable!(configure, "BUILD_LIB_XVID", "libxvid"); - + enable!(configure, "BUILD_LIB_DRM", "libdrm"); // other external libraries enable!(configure, "BUILD_NVENC", "nvenc");