summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2023-08-07 15:31:11 +0800
committerMole Shang <[email protected]>2023-08-07 15:31:45 +0800
commit51747e102ba304304a683ec93b2f62caccbead58 (patch)
tree023c64e68ad8be2f40493c505a7bbf9714fc11c7 /xmake.lua
parent189fba5a4b63706575f9287cd0b1760a331d636e (diff)
downloadhinata-51747e102ba304304a683ec93b2f62caccbead58.tar.gz
hinata-51747e102ba304304a683ec93b2f62caccbead58.tar.bz2
hinata-51747e102ba304304a683ec93b2f62caccbead58.zip
extractors/bilibili: use ffmpeg to merge files once downloaded
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua4
1 files changed, 2 insertions, 2 deletions
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")