ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Tue Feb 1 10:43:37 2022 +0100| [41d25efade20b20d06d64c2eb7751b70653518e8] | committer: Anton Khirnov
lavc/xvmc.h: mark the header as deprecated > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41d25efade20b20d06d64c2eb7751b70653518e8 --- libavcodec/xvmc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 465ee78d6e..78ec4530c2 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -27,6 +27,8 @@ * Public libavcodec XvMC header. */ +#pragma message("XvMC is no longer supported; this header is deprecated and will be removed") + #include <X11/extensions/XvMC.h> #include "libavutil/attributes.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".
