[FFmpeg-devel] [PATCH] avfilter/stack_internal: add missing header includes

2023-03-08 Thread James Almer
Fixes make checkheaders

Signed-off-by: James Almer 
---
Untested.

 libavfilter/Makefile | 2 +-
 libavfilter/stack_internal.h | 6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index b3d3d981dd..fc75d705e0 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -629,7 +629,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += 
vidstabutils.h
 
 SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h
 SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
-SKIPHEADERS-$(CONFIG_VAAPI)  += vaapi_vpp.h
+SKIPHEADERS-$(CONFIG_VAAPI)  += vaapi_vpp.h stack_internal.h
 SKIPHEADERS-$(CONFIG_VULKAN) += vulkan.h vulkan_filter.h
 
 TOOLS = graph2dot
diff --git a/libavfilter/stack_internal.h b/libavfilter/stack_internal.h
index ace8886152..a5be36c270 100644
--- a/libavfilter/stack_internal.h
+++ b/libavfilter/stack_internal.h
@@ -19,6 +19,12 @@
 #ifndef AVFILTER_STACK_INTERNAL_H
 #define AVFILTER_STACK_INTERNAL_H
 
+#include 
+
+#include "libavutil/attributes.h"
+#include "framesync.h"
+#include "vaapi_vpp.h"
+
 enum {
 STACK_H = 0,
 STACK_V = 1,
-- 
2.39.2

___
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".


Re: [FFmpeg-devel] [PATCH] avfilter/stack_internal: add missing header includes

2023-03-10 Thread James Almer

On 3/8/2023 10:29 AM, James Almer wrote:

Fixes make checkheaders

Signed-off-by: James Almer 
---
Untested.

  libavfilter/Makefile | 2 +-
  libavfilter/stack_internal.h | 6 ++
  2 files changed, 7 insertions(+), 1 deletion(-)


Will apply.
___
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".