mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
Add libdrm to list of build options
This commit is contained in:
committed by
Till Höppner
parent
8c9cd56556
commit
5b032ade22
+1
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user