Re: [FFmpeg-devel] [RFC] avdevice: lock to minor version of avformat

2022-01-03 Thread Andreas Rheinhardt
Diederick C. Niehorster: > FWIW, the macro > #define AV_MAKE_MAJOR_MINOR_FUNC_NAME(name,major,minor) > AV_GLUE(av,name)AV_GLUE(_version_,major)AV_GLUE(_,minor) > doesn't compile on patchwork > (https://patchwork.ffmpeg.org/check/49062/), but worked fine for me on > MSVC. Is MSVC non-compliant someh

Re: [FFmpeg-devel] [RFC] avdevice: lock to minor version of avformat

2021-12-28 Thread Diederick C. Niehorster
FWIW, the macro #define AV_MAKE_MAJOR_MINOR_FUNC_NAME(name,major,minor) AV_GLUE(av,name)AV_GLUE(_version_,major)AV_GLUE(_,minor) doesn't compile on patchwork (https://patchwork.ffmpeg.org/check/49062/), but worked fine for me on MSVC. Is MSVC non-compliant somehow? Suggestions appreciated, I'm no s