From 51747e102ba304304a683ec93b2f62caccbead58 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Mon, 7 Aug 2023 15:31:11 +0800 Subject: extractors/bilibili: use ffmpeg to merge files once downloaded --- xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 5d9da51..98ba483 100644 --- a/xmake.lua +++ b/xmake.lua @@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release", "mode.releasedbg", "mode.minsizerel") add_requires("nuklear", "nuklear_glfw_gl3", "nuklear_fonts", "glew", "glfw", "tinyfiledialogs", "c11threads", "pcre2", - "cjson") + "cjson", "ffmpeg") add_requires("libcurl", { configs = { zlib = true } }) if is_plat("linux") then @@ -24,7 +24,7 @@ if is_mode("debug") then end add_packages("nuklear", "nuklear_glfw_gl3", "nuklear_fonts", "glew", "glfw", "libcurl", "tinyfiledialogs", "c11threads", "pcre2", - "cjson") + "cjson", "ffmpeg") package("tinyfiledialogs") -- cgit v1.2.3