[FFmpeg-devel] [PATCH v3 0/1] configure: Set WIN32_LEAN_AND_MEAN at configure time

L. E. Segovia amy at amyspark.me
Sat Aug 5 23:47:04 EEST 2023


Thanks Martin for the suggestion, I've implemented it in this version.

As for the changes to os_support.c, the removal was intended to avoid
duplicating the logic that already exists in os_support.h. I've kept
it in this version for consistency.

L. E. Segovia (1):
  configure: Set WIN32_LEAN_AND_MEAN at configure time

 compat/atomics/win32/stdatomic.h | 1 -
 compat/w32pthreads.h             | 1 -
 configure                        | 1 +
 libavdevice/dshow_capture.h      | 1 -
 libavdevice/opengl_enc.c         | 1 -
 libavfilter/vsrc_ddagrab.c       | 1 -
 libavformat/os_support.c         | 6 ++----
 libavutil/wchar_filename.h       | 1 -
 libswscale/utils.c               | 1 -
 9 files changed, 3 insertions(+), 11 deletions(-)

-- 
2.41.0



More information about the ffmpeg-devel mailing list