ffmpeg | branch: master | James Almer <[email protected]> | Sat Mar 11 10:03:53 2023 -0300| [358588c8205195a7b038e8aaa0bf002768ac535b] | committer: James Almer
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 <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=358588c8205195a7b038e8aaa0bf002768ac535b --- libavfilter/Makefile | 2 +- libavfilter/stack_internal.h | 6 ------ 2 files changed, 1 insertion(+), 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, _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
