From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-02.nifty.com (conssluserg-02.nifty.com [210.131.2.81]) by sourceware.org (Postfix) with ESMTPS id 9F2443858C50; Fri, 10 Feb 2023 05:19:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9F2443858C50 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from HP-Z230 (aj135041.dynamic.ppp.asahi-net.or.jp [220.150.135.41]) (authenticated) by conssluserg-02.nifty.com with ESMTP id 31A5ImZk027201; Fri, 10 Feb 2023 14:18:49 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com 31A5ImZk027201 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1676006329; bh=a4lQFa2B4zz+pQlAwndQbG5h/loUpCE8ZubNYedDO7U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mafeDO+Q7V8DVLQyQxO2BRLBLK0BavnLdgiZtFPIKz2htBvk5A6rJ/U3gy076JSxP fLHd5paOTW/bvibIWhbF1WLAgMviUc0klOyhwfAdFzoumoO2Zkfrpq0yYf5hGIqOpt FYBce+FC+nD2NWJuM208l8+y3o4qmHusPP9xCQS2mxRGqlHitPuT3ET270Y7Ip++Ik iSWhAYcZWYTYePlqcNIu67ddU7VOa7voIpm7RANUABVx1Yjxqs33/wb3RCoKApz7xK aPs3jhuj4i7l3L31X3zKThcI3Ruob63fXTMDoCLs25+oS8N9g+mSmm6fm3yAvHOz6y m193fPavgmE1Q== X-Nifty-SrcIP: [220.150.135.41] Date: Fri, 10 Feb 2023 14:18:50 +0900 From: Takashi Yano To: Cc: Yaakov Selkowitz Subject: Re: [ITP] openh264 (2.3.1) Message-Id: <20230210141850.bfb1fbe60f09ef83d7407374@nifty.ne.jp> In-Reply-To: <20230210140531.673c73c9e3c2f8682418e803@nifty.ne.jp> References: <20230205173745.cf6aa7153ce8eae1dfd52c4c@nifty.ne.jp> <61e8a80b73a2d431afa338bd274dac17c5c87e25.camel@cygwin.com> <20230206142523.23a3b4b02cf8a8c5ef54b9f0@nifty.ne.jp> <20230210140531.673c73c9e3c2f8682418e803@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 10 Feb 2023 14:05:31 +0900 Takashi Yano via Cygwin-apps wrote: > On Thu, 09 Feb 2023 23:35:53 -0500 > Yaakov Selkowitz wrote: > > The Fedora package includes openh264 headers and a patch which will dlopen() > > libopenh264 if present. These could be used (with the modification > > libopenh264.so.N -> cygopenh264-N.dll of course) in the Cygwin package. > > Thanks for the reply. > > libopenh264_dlopen.h in Fedra's ffmpeg-free package includes > #include > #include > and wels/codec_api.h includes > #include "codec_app_def.h" > #include "codec_def.h" > . > > These are from cisco's openh264 source files. Can we distribute > these headers as a cygwin package, (That is: > https://tyan0.yr32.net/cygwin/noarch/release/openh264/ > ) ? Ah, I see. Fedora's ffmpeg source package includes https://src.fedoraproject.org/repo/pkgs/ffmpeg/ffmpeg-dlopen-headers.tar.xz wihch has wels/*.h. You meant this can be used. Thanks! -- Takashi Yano