Re: [FFmpeg-devel] [PATCH 1/3] configure: always enable gnu_windres if available

2022-08-10 Thread Timo Rothenpieler
I'd like to push this series within the week or so. Some additional review, specially on the POSIX-Shell-Script, would be highly appreciated. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To uns

Re: [FFmpeg-devel] [PATCH 1/3] configure: always enable gnu_windres if available

2022-08-07 Thread Timo Rothenpieler
On 07.08.2022 18:04, Andreas Rheinhardt wrote: Timo Rothenpieler: Use the appropiate Makefile variable to ensure it's only built into shared libraries instead. --- configure | 4 ++-- libavdevice/Makefile | 2 +- libavfilter/Makefile | 2 +- libavformat/Makefile | 2 +-

Re: [FFmpeg-devel] [PATCH 1/3] configure: always enable gnu_windres if available

2022-08-07 Thread Timo Rothenpieler
On 07.08.2022 17:51, Andreas Rheinhardt wrote: If the resource files are only for dlls, you can remove SLIBOBJS, because it is now empty. I wasn't sure what those 3 variables are for, compared to the other OBJS variables. In any case I'd be inclined to leave it in, just in case it turns ou

Re: [FFmpeg-devel] [PATCH 1/3] configure: always enable gnu_windres if available

2022-08-07 Thread Andreas Rheinhardt
Timo Rothenpieler: > Use the appropiate Makefile variable to ensure it's only built into > shared libraries instead. > --- > configure | 4 ++-- > libavdevice/Makefile | 2 +- > libavfilter/Makefile | 2 +- > libavformat/Makefile | 2 +- > libavutil/Makefile | 2 +- > libpos

Re: [FFmpeg-devel] [PATCH 1/3] configure: always enable gnu_windres if available

2022-08-07 Thread Andreas Rheinhardt
Timo Rothenpieler: > Use the appropiate Makefile variable to ensure it's only built into > shared libraries instead. > --- > configure | 4 ++-- > libavdevice/Makefile | 2 +- > libavfilter/Makefile | 2 +- > libavformat/Makefile | 2 +- > libavutil/Makefile | 2 +- > libpos

[FFmpeg-devel] [PATCH 1/3] configure: always enable gnu_windres if available

2022-08-07 Thread Timo Rothenpieler
Use the appropiate Makefile variable to ensure it's only built into shared libraries instead. --- configure | 4 ++-- libavdevice/Makefile | 2 +- libavfilter/Makefile | 2 +- libavformat/Makefile | 2 +- libavutil/Makefile | 2 +- libpostproc/Makefile | 2 +- libswresampl