Re: [FFmpeg-devel] [PATCH 6/7] avutil/mem: Don't include avutil.h

2023-09-04 Thread Andreas Rheinhardt
Michael Niedermayer: > On Sat, Sep 02, 2023 at 06:21:40PM +0200, Andreas Rheinhardt wrote: >> It is not necessary at all. So remove it. >> This also breaks an inclusion cycle mem.h->avutil.h->common.h->mem.h. > > the mingw64 build seems not to like this > > In file included from

Re: [FFmpeg-devel] [PATCH 6/7] avutil/mem: Don't include avutil.h

2023-09-04 Thread Michael Niedermayer
On Sat, Sep 02, 2023 at 06:21:40PM +0200, Andreas Rheinhardt wrote: > It is not necessary at all. So remove it. > This also breaks an inclusion cycle mem.h->avutil.h->common.h->mem.h. the mingw64 build seems not to like this In file included from src/libavutil/getenv_utf8.h:29:0,

Re: [FFmpeg-devel] [PATCH 6/7] avutil/mem: Don't include avutil.h

2023-09-03 Thread Paul B Mahol
probably ok ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 6/7] avutil/mem: Don't include avutil.h

2023-09-02 Thread Andreas Rheinhardt
It is not necessary at all. So remove it. This also breaks an inclusion cycle mem.h->avutil.h->common.h->mem.h. Signed-off-by: Andreas Rheinhardt --- libavcodec/avfft.c | 7 --- libavcodec/avpacket.c | 1 + libavcodec/dirac_dwt.c | 1 + libavcodec/ffjni.c