summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-02-01 10:43:37 +0100
committerAnton Khirnov <anton@khirnov.net>2022-02-15 10:16:16 +0100
commit41d25efade20b20d06d64c2eb7751b70653518e8 (patch)
tree80ac5a4711c79a4ac6ef96f04efcc988ba02020f
parentbe95df12bb06b183c8d2aea3b0831fdf05466cf3 (diff)
lavc/xvmc.h: mark the header as deprecated
-rw-r--r--libavcodec/xvmc.h2
1 files changed, 2 insertions, 0 deletions
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"