Re: [FFmpeg-devel] [PATCH] libavformat\file:Fix duplicate JNI symbols

2024-03-24 Thread Zhao Zhili
On 2024/3/24 21:23, Andreas Rheinhardt wrote: ad...@shaoxia.xyz: From: 联盟少侠 The errors indicate that there are multiple definitions of several JNI (Java Native Interface) symbols in the FFmpeg library. Specifically, the linker ld.lld has found duplicate definitions for the following

Re: [FFmpeg-devel] [PATCH] libavformat\file:Fix duplicate JNI symbols

2024-03-23 Thread Zhao Zhili
On 2024/3/24 10:16, Zhao Zhili wrote: diff --git a/libavformat/file.c b/libavformat/file.c index dd5819c..fa13ae9 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -43,7 +43,7 @@   #if CONFIG_ANDROID_CONTENT_PROTOCOL   #include   #include "libavcodec/jni.h" -#include

Re: [FFmpeg-devel] [PATCH] libavformat\file:Fix duplicate JNI symbols

2024-03-23 Thread Zhao Zhili
On 2024/3/24 03:05, ad...@shaoxia.xyz wrote: From: 联盟少侠 Could you configure git to avoid Chinese character? The errors indicate that there are multiple definitions of several JNI (Java Native Interface) symbols in the FFmpeg library. Specifically, the linker ld.lld has found duplicate

[FFmpeg-devel] [PATCH] libavformat\file:Fix duplicate JNI symbols

2024-03-23 Thread admin
From: 联盟少侠 The errors indicate that there are multiple definitions of several JNI (Java Native Interface) symbols in the FFmpeg library. Specifically, the linker ld.lld has found duplicate definitions for the following symbols: - ff_jni_get_env - ff_jni_jstring_to_utf_chars -