On Fri, 18 Mar 2022, Martin Storsjö wrote:
This avoids unnecessary churn and build breakage for users, by making sure the whole version.h is included like it has been so far, while keeping the benefit of not needing to rebuild most files in the ffmpeg tree on minor/micro bumps. --- Surprisingly many downstream users do seem to rely on the version defines. --- doc/APIchanges | 9 ++------- libavcodec/avcodec.h | 6 ++++++ libavdevice/avdevice.h | 6 ++++++ libavfilter/avfilter.h | 6 ++++++ libavformat/avformat.h | 6 ++++++ libpostproc/postprocess.h | 6 ++++++ libswresample/swresample.h | 6 ++++++ libswscale/swscale.h | 6 ++++++ 8 files changed, 44 insertions(+), 7 deletions(-)
I'll go ahead and push this; Andreas wasn't against it, and it avoids unnecessary downstream breakage.
// Martin _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".