diff mbox series

[FFmpeg-devel,2/4] lavc/xvmc.h: mark the header as deprecated

Message ID 20220201100227.18928-2-anton@khirnov.net
State Accepted
Commit 41d25efade20b20d06d64c2eb7751b70653518e8
Headers show
Series [FFmpeg-devel,1/4] lavc/mpeg*: drop the XvMC hwaccel code | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Anton Khirnov Feb. 1, 2022, 10:02 a.m. UTC
---
 libavcodec/xvmc.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"