[FFmpeg-cvslog] avutil/eval: Don't include avutil.h
Andreas Rheinhardt
git at videolan.org
Thu Feb 24 14:28:46 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Jul 23 11:46:37 2021 +0200| [9d78acd8617f21ad8fb2dd0e521f7752a9e3aabb] | committer: Andreas Rheinhardt
avutil/eval: Don't include avutil.h
It has been added for an FF_API_* at a time when these were in avutil.h.
Reviewed-by: Martin Storsjö <martin at martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d78acd8617f21ad8fb2dd0e521f7752a9e3aabb
---
libavutil/eval.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavutil/eval.h b/libavutil/eval.h
index 068c62cdab..57afc2d562 100644
--- a/libavutil/eval.h
+++ b/libavutil/eval.h
@@ -26,8 +26,6 @@
#ifndef AVUTIL_EVAL_H
#define AVUTIL_EVAL_H
-#include "avutil.h"
-
typedef struct AVExpr AVExpr;
/**
More information about the ffmpeg-cvslog
mailing list