Re: [FFmpeg-devel] [PATCH] windows: Remove the VS_FFI_FILEFLAGSMASK setting

2022-01-05 Thread Martin Storsjö
On Wed, 5 Jan 2022, Hendrik Leppkes wrote: On Wed, Jan 5, 2022 at 1:21 PM Martin Storsjö wrote: According to the documentation, the VS_FFI_FILEFLAGSMASK mask consists of all the following flags set: VS_FF_DEBUG, VS_FF_PATCHED, VS_FF_PRERELEASE, VS_FF_PRIVATEBUILD, VS_FF_SPECIALBUILD. The doc

Re: [FFmpeg-devel] [PATCH] windows: Remove the VS_FFI_FILEFLAGSMASK setting

2022-01-05 Thread James Almer
On 1/5/2022 9:29 AM, Hendrik Leppkes wrote: On Wed, Jan 5, 2022 at 1:21 PM Martin Storsjö wrote: According to the documentation, the VS_FFI_FILEFLAGSMASK mask consists of all the following flags set: VS_FF_DEBUG, VS_FF_PATCHED, VS_FF_PRERELEASE, VS_FF_PRIVATEBUILD, VS_FF_SPECIALBUILD. The d

Re: [FFmpeg-devel] [PATCH] windows: Remove the VS_FFI_FILEFLAGSMASK setting

2022-01-05 Thread Hendrik Leppkes
On Wed, Jan 5, 2022 at 1:21 PM Martin Storsjö wrote: > > According to the documentation, the VS_FFI_FILEFLAGSMASK mask > consists of all the following flags set: > VS_FF_DEBUG, VS_FF_PATCHED, VS_FF_PRERELEASE, VS_FF_PRIVATEBUILD, > VS_FF_SPECIALBUILD. > > The documentation of these fields say e.g.

[FFmpeg-devel] [PATCH] windows: Remove the VS_FFI_FILEFLAGSMASK setting

2022-01-05 Thread Martin Storsjö
According to the documentation, the VS_FFI_FILEFLAGSMASK mask consists of all the following flags set: VS_FF_DEBUG, VS_FF_PATCHED, VS_FF_PRERELEASE, VS_FF_PRIVATEBUILD, VS_FF_SPECIALBUILD. The documentation of these fields say e.g. this: VS_FF_PATCHED File has been modified and is not identic