From e3ee724e6f7a9a1e715987a286f7eee9e9328e23 Mon Sep 17 00:00:00 2001 From: xupei Date: Mon, 16 Jun 2025 18:25:32 +0800 Subject: [PATCH] =?UTF-8?q?BUGFIX:pose=20transfer=20=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E8=BD=ACGIF=E4=BE=9D=E8=B5=96=E6=93=8D=E4=BD=9C=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=8E=AF=E5=A2=83=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d1089364..b004143b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ 1.5.5 windows-x86_64 + linux-x86_64 @@ -373,26 +374,30 @@ org.bytedeco opencv 4.5.1-${javacv.version} - ${system.windowsx64} + + ${javacpp.platform.linux-x86_64} org.bytedeco openblas 0.3.13-${javacv.version} - ${system.windowsx64} + + ${javacpp.platform.linux-x86_64} org.bytedeco flycapture 2.13.3.31-${javacv.version} - ${system.windowsx64} + + ${javacpp.platform.linux-x86_64} org.bytedeco ffmpeg 4.4-1.5.6 - ${system.windowsx64} + + ${javacpp.platform.linux-x86_64}