From 55af49efa10af0588aef1d4403f3f37c8c296e41 Mon Sep 17 00:00:00 2001 From: wangliwen Date: Tue, 22 Nov 2022 17:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5javaCV=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 4c5f5d4..064e67c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,9 @@ 0.40.1 3.39.4.0 4.0.3 + 1.5.7 + linux-x86_64 + 5.0 com.hisense.dahua_video.MainVerticle io.vertx.core.Launcher @@ -177,6 +180,25 @@ ${junit-jupiter.version} test + + + + org.bytedeco + javacv + ${javacv.version} + + + org.bytedeco + javacpp-platform + ${javacv.version} + + + + org.bytedeco + ffmpeg + ${ffmpeg.version}-${javacv.version} + ${system.linux-x86_64} +