On Fri, 10 Feb 2023 14:18:50 +0900 Takashi Yano wrote: > On Fri, 10 Feb 2023 14:05:31 +0900 > Takashi Yano via Cygwin-apps <[email protected]> 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 <wels/codec_api.h> > > #include <wels/codec_ver.h> > > 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.
Jon, should we include these headers as a part of ffmpeg source package? Or distribute as another package like https://tyan0.yr32.net/cygwin/noarch/release/openh264/ ? -- Takashi Yano <[email protected]>
