Re: [FFmpeg-devel] [PATCH] ffbuild/common.mak: Fix for windres in binutils-2.36.1

2021-05-15 Thread Hendrik Leppkes
On Sat, May 15, 2021 at 8:15 PM James Almer wrote: > > On 5/15/2021 1:49 PM, Tee KOBAYASHI wrote: > > The attached patch fixes a problem when building for Mingw-w64 using > > binutils-2.36.1: > > > > x86_64-w64-mingw32-windres -I. -Isrc/ --preprocessor > > "x86_64-w64-mingw32-gcc -E -xc-header -DR

Re: [FFmpeg-devel] [PATCH] ffbuild/common.mak: Fix for windres in binutils-2.36.1

2021-05-15 Thread James Almer
On 5/15/2021 1:49 PM, Tee KOBAYASHI wrote: The attached patch fixes a problem when building for Mingw-w64 using binutils-2.36.1: x86_64-w64-mingw32-windres -I. -Isrc/ --preprocessor "x86_64-w64-mingw32-gcc -E -xc-header -DRC_INVOKED -MMD -MF libavdevice/avdeviceres.d -MT libavdevice/avdeviceres.

[FFmpeg-devel] [PATCH] ffbuild/common.mak: Fix for windres in binutils-2.36.1

2021-05-15 Thread Tee KOBAYASHI
The attached patch fixes a problem when building for Mingw-w64 using binutils-2.36.1: x86_64-w64-mingw32-windres -I. -Isrc/ --preprocessor "x86_64-w64-mingw32-gcc -E -xc-header -DRC_INVOKED -MMD -MF libavdevice/avdeviceres.d -MT libavdevice/avdeviceres.o" -o libavdevice/avdeviceres.o /usr/x86_64-w