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 088CB49676 for ; Sun, 17 Mar 2024 12:10:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 12E4A68CCB3; Sun, 17 Mar 2024 14:10:40 +0200 (EET) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 773A668C291 for ; Sun, 17 Mar 2024 14:10:33 +0200 (EET) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 7D5C82819FC8D for ; Sun, 17 Mar 2024 13:10:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1710677430; 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=Irsr8PFZ4xOjxUGRDhdyuHyXGWqvqrfV20N6P8QwJTM=; b=MOwwHPWKCW+dsP7/g20aO61vjTkyaPJU347OWWJvuaj48g11z3bStQj6E2Fl5wTD1sCLzT CWwvAFS+TOStG9I52Br1hHxgyHhAOhmNiPyKJh4ZNYN+g11mWaRXv2f2nTIMbDSaWyagc3 jXjw3ktEOyLDkiu2zoJq7/XCYoXJyMdtlyOLvpkL2Q0IQklOgN6h+sBM1+ibbQ+C3OVUCj XRQl30HnSLHSnsEZBsjEKfEOz4Q8QHN28LRzzRY1LSF1ES+Q4SAUJQr8u+LyM+wNdVfD4M cPwVxaM6ZYhjW5CJvvfs97AJDosTA32sa5/rfVsOGiizK2E1wmCTSlzGnw+zXQ== Message-ID: Date: Sun, 17 Mar 2024 13:10:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <465c2b3e-219f-4074-95c9-66e6109f43f7@evermeet.cx> <941BFC58-C890-4900-98E2-2EB53B4E05C1@me.com> <1d136e20-c05f-49b2-8bbb-6fa7e1e9390b@evermeet.cx> <36042735-9AED-421A-A197-9C46226E5720@me.com> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <36042735-9AED-421A-A197-9C46226E5720@me.com> Subject: Re: [FFmpeg-devel] duplicate symbol '_dec_init' in: fftools/ffmpeg_dec.o 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: On 17.03.2024 09:05, Gnattu OC via ffmpeg-devel wrote: > Can you try to change the `BD_PRIVATE` to `__attribute__((visibility("hidden")))` in the line defines `dec_init` src/libbluray/disc/dec.h then recompile libbluray to see if it fixes the linking issue? It only breaks when statically linking. The symbol is not exported by libbr. Just rename it with a define in CPPFLAGS and call it a day until they fix it in libbr. _______________________________________________ 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".