aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-03-11 10:03:53 -0300
committerJames Almer <jamrial@gmail.com>2023-03-11 10:05:47 -0300
commit358588c8205195a7b038e8aaa0bf002768ac535b (patch)
treecf94a200fe5931cccee9dc70bb1037ca73170cd3
parenta3bf63c26e6197a9b6e490538667368530a9dcd3 (diff)
downloadffmpeg-358588c8205195a7b038e8aaa0bf002768ac535b.tar.gz
Revert "avfilter/stack_internal: add missing header includes"
This reverts commit 205117d87fdc01cd8e150aa6f4d16cf69f7b4ca4. This didn't fix make checkheaders after all, and also broke compilation in some scenarios. Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavfilter/stack_internal.h6
2 files changed, 1 insertions, 7 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index fc75d705e0..b3d3d981dd 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 stack_internal.h
+SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_vpp.h
SKIPHEADERS-$(CONFIG_VULKAN) += vulkan.h vulkan_filter.h
TOOLS = graph2dot
diff --git a/libavfilter/stack_internal.h b/libavfilter/stack_internal.h
index a5be36c270..ace8886152 100644
--- a/libavfilter/stack_internal.h
+++ b/libavfilter/stack_internal.h
@@ -19,12 +19,6 @@
#ifndef AVFILTER_STACK_INTERNAL_H
#define AVFILTER_STACK_INTERNAL_H
-#include <stdint.h>
-
-#include "libavutil/attributes.h"
-#include "framesync.h"
-#include "vaapi_vpp.h"
-
enum {
STACK_H = 0,
STACK_V = 1,