[FFmpeg-cvslog] lavc/xvmc.h: mark the header as deprecated

Anton Khirnov git at videolan.org
Tue Feb 15 11:19:27 EET 2022


ffmpeg | branch: master | Anton Khirnov <anton at 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"



More information about the ffmpeg-cvslog mailing list