Hi
On Thu, Oct 31, 2024 at 10:12:57AM +0100, Tomas Härdin wrote:
> tor 2024-10-31 klockan 01:08 +0100 skrev Michael Niedermayer:
[...]
> > , well iam sure
> > you see this doesnt work
> > build ffmpeg first, theres no libmycodec,
> > build libmycodec first, theres no libavutil
> > now of course th
tor 2024-10-31 klockan 01:08 +0100 skrev Michael Niedermayer:
> Hi
>
> Theres a problem with libavutil, or maybe more than one
>
> a library implementing a codec that tries do use libavutil and itself
> is
> used by libavcodec. Creates a (build) dependancy like this
> libavutil -> libmycodec -> l
> On Oct 31, 2024, at 08:13, Timo Rothenpieler wrote:
>
> On 31.10.2024 01:08, Michael Niedermayer wrote:
>> Hi
>> Theres a problem with libavutil, or maybe more than one
>> a library implementing a codec that tries do use libavutil and itself is
>> used by libavcodec. Creates a (build) dependa
Hi
Theres a problem with libavutil, or maybe more than one
a library implementing a codec that tries do use libavutil and itself is
used by libavcodec. Creates a (build) dependancy like this
libavutil -> libmycodec -> libavcodec
Thats ok if libavutil is a seperate source but if libavutil and liba
On 31.10.2024 01:08, Michael Niedermayer wrote:
Hi
Theres a problem with libavutil, or maybe more than one
a library implementing a codec that tries do use libavutil and itself is
used by libavcodec. Creates a (build) dependancy like this
libavutil -> libmycodec -> libavcodec
Thats ok if libavu