From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 50C6A499A2 for ; Wed, 27 Mar 2024 00:01:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0110A68D6A7; Wed, 27 Mar 2024 02:01:13 +0200 (EET) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8CA4D68D69B for ; Wed, 27 Mar 2024 02:01:06 +0200 (EET) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id D900427FD4450 for ; Wed, 27 Mar 2024 01:01:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1711497663; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ogIMVsZ9hz6wgLKfI1L4XcuKfwOx3t4M0Ku0qJWCM2s=; b=co4Yux2L/Fir4yYXfIjvGggnNVgQdAmczjSyIlZLVY0u3Qa5oUE7RC5QYKbYRkjZbrBNXD MSlyy7RF3CU9Id7UcFdGeawVr1vFE5OLAsph1Y1h9KRHvd9VP8lrx+VfVIitaWYEUgY141 a7J1XCojGRNzme5G+jK4iz9PlWD5Rkc27mVZxh0q+GVrv6BCtpYKrK0FTrtrhhlE1SPdFT CVbzLKp8CJNLjer3brFDnvHDpapYVYs/YJ5UJ7fdCBbwg3JiiZq1/g8Cd6Otp/y9XKsZ+9 aBXkC1CDrmAWWaa3qNHx0rIOrQIepuO1trYSlEMBdziMQrCnLdvUqTmb786mfA== Message-ID: Date: Wed, 27 Mar 2024 01:01:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <38873f78-ab5e-4a1d-a314-bf98434c54e0.admin@shaoxia.xyz> Content-Language: en-US, de-DE From: Timo Rothenpieler In-Reply-To: <38873f78-ab5e-4a1d-a314-bf98434c54e0.admin@shaoxia.xyz> Subject: Re: [FFmpeg-devel] Fw: A static compilation duplicate reference error. Request a fix. X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: > There is a bug here, please update it when you request an update. > > https://github.com/FFmpeg/FFmpeg/blob/61afe4d98ce62d9dfc6f0548e18730ba2f621cc2/libavformat/file.c#L531 > > The correct result should be #include "libavcodec/ffjni.h" > Pretty sure this is intentional, to get the private symbol into both libraries and not a bug. The linker will hide the symbol in shared libraries, and be smart enough to realize it's identical in case of static linking. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".